Inquiry Status
Last updated
Last updated
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.
GET
/account/api/inquiry_status/{virtual_account}/{trx_no}/{trx_id}
This service is used by users/partner to used to check the payment status/fund transfer status of the user/partner 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
Parameter | Data Type | Description |
---|---|---|
virtual_account*
Number
VA partner
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 partner
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 partner wants the system to notify the partner.
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