payment
iPay88 backend callback
Receives payment status updates from iPay88 (Backend URL)
post/payment/callback/ipay88
Request body
Example request
{
"MerchantCode": "M01234",
"PaymentId": "2",
"RefNo": "16twtopup34567890123",
"Amount": "50.00",
"Currency": "MYR",
"TransId": "IP88TXN123",
"AuthCode": "AUTH123",
"Status": "1",
"Signature": "abc123..."
}Response
Callback processed successfully
Example response
{
"response": "RECEIVEOK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.