Page cover image

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:

Parameter
Type
M/O/C
Description

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

Last updated