Inquiry Status
Relative URL : /account/api/inquiry_status/< virtual_account >/< trx_no >/< trx_id >
*trx_id optional, if inquiry without trx_id, use this :
: /account/api/inquiry_status/< virtual_account >/< trx_no >
And also need to create a signature and use the request header.
Inquiry Payment Status
GET
/account/api/inquiry_status/{virtual_account}/{trx_no}/{trx_id}
This service is used by users/merchants to used to check the payment status/fund transfer status of the user/merchant to the fund recipient's account
*trx_id optional, if inquiry without trx_id, use this :
/account/api/inquiry_status/< virtual_account >/< trx_no >
*
means the parameter is required
Request Body
Parameter | Data Type | Description |
---|---|---|
virtual_account* | Number | VA merchant |
beneficiary_virtual_account* | Number | VA number of beneficiary account |
beneficiary_account* | Number | Account number of VA receiver |
beneficiary_name | String | Account number name |
beneficiary_bank_code* | Number | Beneficiary bank code |
beneficiary_bank_name* | String | Beneficiary bank name |
trx_id* | Integer | Trx ID of transfer |
trx_no* | String | Transaction number from merchant |
trx_date* | Datetime | Format Datetime (YYYY-MM-DD H:i:s) |
trx_amount* | Integer | Total amount, ex : 10.000 -> 1000000 |
trx_desc* | String | Description of transaction |
trx_reff* | String | Reference of transaction number on system disbursement |
callback_url | String | URL for callback/notification, used if the merchant wants the system to notify the merchant. |
trx_status_date* | Datetime | Transaction of success date, format datetime (YYYY-MM-DD H:i:s) |
bank_response_code* | Integer | Response code for the transaction from the bank |
bank_response_msg* | String | Response message of trx from bank |
status* | Integer | Status of transaction: 1 = On Process 2 = Success 4 = Failed 5 = Reverse |
message* | String | Info status transaction |
response_code* | Integer | Response code from bank (00 = success) |
response_desc* | String | Response desc from bank |
Last updated