{
"bin_code": "970436",
"account_number": "1234567890"
}
{
"message": "success",
"data": {
"bank": {
"id": 1,
"bank_name": "Vietcombank",
"short_name": "VCB",
"bin_code": "970436",
"image": "https://example.com/vcb.png",
"created_at": { "seconds": 1700000000, "nanos": 0 },
"updated_at": { "seconds": 1700000000, "nanos": 0 }
},
"account_name": "NGUYEN VAN A",
"account_number": "1234567890"
}
}
{
"error": "invalid account",
"error_code": "BAD_REQUEST",
"message": "Account not found"
}
Banks
Verify Bank Account
Verify a bank account number and retrieve account holder information.
POST
/
api
/
v1
/
payment-methods
/
verify
{
"bin_code": "970436",
"account_number": "1234567890"
}
{
"message": "success",
"data": {
"bank": {
"id": 1,
"bank_name": "Vietcombank",
"short_name": "VCB",
"bin_code": "970436",
"image": "https://example.com/vcb.png",
"created_at": { "seconds": 1700000000, "nanos": 0 },
"updated_at": { "seconds": 1700000000, "nanos": 0 }
},
"account_name": "NGUYEN VAN A",
"account_number": "1234567890"
}
}
{
"error": "invalid account",
"error_code": "BAD_REQUEST",
"message": "Account not found"
}
Overview
Partners can verify bank account numbers to confirm the account holder’s name before initiating withdrawals.string
required
Bank Identification Number (BIN) code.
string
required
Bank account number to verify.
{
"bin_code": "970436",
"account_number": "1234567890"
}
{
"message": "success",
"data": {
"bank": {
"id": 1,
"bank_name": "Vietcombank",
"short_name": "VCB",
"bin_code": "970436",
"image": "https://example.com/vcb.png",
"created_at": { "seconds": 1700000000, "nanos": 0 },
"updated_at": { "seconds": 1700000000, "nanos": 0 }
},
"account_name": "NGUYEN VAN A",
"account_number": "1234567890"
}
}
{
"error": "invalid account",
"error_code": "BAD_REQUEST",
"message": "Account not found"
}