Payment Notification
This is a feature from Faspay system recurring for notification to Merchant, the system will notify Merchant by URL. URL notification is provided by Merchant. For notification, Faspay uses a request with JSON.
URL-Merchant : http(s)://Merchant>/api
Request Parameter:
request
Varchar
M
Request Description
trx_id
Varchar (50)
M
Transaction ID of creditcard
merchant_id
Numeric (5)
M
Merchant code
member_id
Varchar (50)
M
System Member ID
merchant_member_id
Varchar (50)
M
Merchant’s Member ID
payment_reff
Numeric (64)
M
<would be fill if the payment has been made>
payment_date
Datetime
M
YYYY-MM-DD HH:MM:SS
payment_status_code
Varchar
M
Payment Status :
2 = Payment Sukses
3 = Payment Failed
payment_status_desc
Numeric(12)
M
Payment status description
signature
date
M
sha1(md5(bot+boi+pass+trx_id+status) *status is result from transaction status of credit card
url_notif
date
M
URL notif merchant
{
"request":"Payment Notification",
"trx_id":"5C4B9A99-4C54-4577-9B90-6453EC972526",
"merchant_id":"98765",
"member_id":10651,
"merchant_member_id":"2019041000004",
"payment_reff":"2019041000004_20190412150224",
"payment_date":"2019-04-12 15:02:22",
"payment_status_code":2,
"payment_status_desc":"Payment Success",
"signature":"aa076e1155ca941b865d4176ee005c24b08c3e0e",
"url_notif":"http://sandbox.faspay.co.id/welcome/log2"
}Last updated
