Callback

This API Callback service functions to process when the merchant transaction has been paid for by the customer. Merchant prepares a URL which later from Faspay will send data to that URL.

Method : POST

Format : JSON

Callback Parameter

The following is the parameters that will be given by the Faspay system to the merchant system

ParameterTypeDescription

billing_id

Numeric

Billing number generated by Faspay

service_id

Numeric

Unique code registered on the Faspay Billing service

transaction_number

Numeric

Merchant invoice number

billing_total

Numeric

Billing total

signature

Alfanumeric

Merchant's signature

SHA1(MD5(username+ password+transaction_number))

billing_status

Alfanumeric

Billing status (UNPAID, PAID, EXPIRED, CANCELLED)

payment_id

Numeric

Payment ID generated by Faspay

payment_amount

Numeric

Payment amount

payment_method

Alfanumeric

The channel name used for payment

payment_date

Datetime (YYYY-MM-DD hh:mm:ss)

The date when the bill was paid

Last updated