IPN callback
IPN URL: Use for Merchant to receive payment result and process business workflow.
Method: POST
Content-type: application/json
Body
1
data
Alphanumeric mandatory
Base-64 string
1
signature
Alphanumeric mandatory
Response Signature
Data (Decode Base-64 String)
1
requestId
Alphanumeric(50) mandatory
Original Request ID
1
responseDateTime
Numeric(14) mandatory
yyyyMMddHHmmss
1
responseCode
Numeric(3) mandatory
See Response Code Table for detail
1
responseMessage
Alphanumeric(250) mandatory
Response message
1
responseData
JSON Object mandatory
Response data
2
orderNo
Alphanumeric mandatory
Reference number tagged to a Payment Link, which is returned in the step of creating a payment link
2
orderReference
Alphanumeric optional
Your order reference
2
orderAmount
Numeric(16) mandatory
Transaction Amount
2
extraData
JSON Object optional
Customer information
3
fullName
Alphanumeric(50) optional
Information input at Payment page
3
phone
Alphanumeric(50) optional
Information input at Payment page
3
Alphanumeric(50) optional
Information input at Payment page
3
shippingAddress
Alphanumeric(50) optional
Information input at Payment page
Last updated