v1
latestOpenAPI 3.0.12026-07-225791279.7 KBVirtual Accounts
Get Virtual Account Status
This endpoint retrieves the status of a specific virtual account using the account number. It works for only static virtual accounts.
get/merchant-collection/merchant/virtual_account/detail/virtual_account/{virtualAccountNumber}
Path parameters
virtualAccountNumberstring required
The virtual account number
Response
Payment successful
Example response
{
"success": true,
"message": "Successful",
"data": {
"virtual_account_number": "4030623702",
"virtual_account_name": "Payaza(Test Reserved VA)",
"account_type": "static",
"account_status": "Active",
"provider_bank_name": "78 FINANCE COMPANY LIMITED",
"provider_bank_code": "110072"
}
}