Inquiry Billing
Last updated
Last updated
This API Inquiry service is used to check the latest status of the bill.
Method : GET
Format : JSON
Environment | URL Endpoint |
---|---|
Request parameters are parameters that must be provided by the merchant system to be integrated with the Faspay system.
Parameter | Data Type | M/O/C | Description |
---|---|---|---|
Response parameters are parameters that will be sent by the Faspay system in response to parameter requests that have been sent by the merchant
Parameter | Data Type | Description |
---|---|---|
Development
service_id
Numeric
M
Unique code registered on the Faspay Billing service
billing_id
Numeric
M
Billing number generated by Faspay
transaction_number
Numeric
M
Merchant invoice number
signature
Alphanumeric
M
Merchant’s Signature
SHA1(MD5(username merchant + password merchant+transaction_number))
billing_id
Numeric
Billing number generated by Faspay
transaction_number
Numeric
Merchant invoice number
billing_total
Numeric
Billing total
payment_details
Numeric
It is a detail of payment, and payment history will appear when using static payment
billing_due_date
Datetime (YYYY-MM-DD hh:mm:ss)
Bill due date Default: 24 hours from the date the invoice was created
billing_url
Alphanumeric
Bill payment link
billing_status
Alphanumeric
Billing status (UNPAID, PAID, EXPIRED, CANCELLED)
response_code
Numeric
Response code
00 : Success
01 : Failed
response_message
Alphanumeric
Message from the response code