This API Inquiry service is used to check the latest status of the bill.
Request parameters are parameters that must be provided by the merchant system to be integrated with the Faspay system.
{
"service_id" : "1",
"billing_id" : "1041",
"transaction_number": "145398922822218",
"signature" : "3b15aa993c3ff270ab718f4fcf66046f24c2591b"
}
Response parameters are parameters that will be sent by the Faspay system in response to parameter requests that have been sent by the merchant
{
"billing_id": 141,
"transaction_number": "145398922822218",
"billing_total": "10000",
"payment_details": [
{
"payment_id": "1606988333001352",
"payment_date": "2020-12-03 11:00:00",
"payment_nominal": "5000"
},
{
"payment_id": "1606988333001353",
"payment_date": "2020-12-03 11:00:00",
"payment_nominal": "5000"
}
],
"billing_due_date": "2020-12-20 10:50:00",
"billing_url": "https://s.faspay.co.id/gL",
"billing_status": "PAID",
"response_code": "00",
"response_message": "Success Inquiry Billing"
}