Inquiry Payment Status
Inquiry Payment Status is a process of checking the status of the payment of Faspay. Merchants previously would have had to post a URL redirect to Faspay.
Environment
URL
Environment
URL
Parameter
Data Type
M/O/C
Description
<faspay>
<request>Inquiry Payment Status</request>
<trx_id>3100440033666278</trx_id>
<merchant_id>31004</merchant_id>
<bill_no>31004001</bill_no>
<signature>be8791ac5f10bb042834896598bfc6bb9aadcbf9</signature>
</faspay>{
"request":"Inquiry Payment Status",
"trx_id":"9876540000001115",
"merchant_id":"98765",
"bill_no":"9988776655",
"signature":"b03951a6051dfa90894eea48ccb964619e8b3474"
}Parameter
Data Type
M/O/C
Description
<?xml version="1.0" encoding="UTF-8"?>
<faspay>
<response>Inquiry Payment Status</response>
<trx_id>3100440033666278</trx_id>
<merchant_id>31004</merchant_id>
<merchant>Sophia Store</merchant>
<bill_no>31004001</bill_no>
<payment_reff></payment_reff>
<payment_date></payment_date>
<payment_status_code>0</payment_status_code>
<payment_status_desc>Unprocessed</payment_status_desc>
<response_code>00</response_code>
<response_desc>Success</response_desc>
</faspay>Last updated