Skip to main content

Payment Response (Backend)

Superrich QR Pay will occasionally send backend responses to merchants as part of the payment flow for Superrich QR Pay integrations. Merchants receive payload messages below.

Payment Response via backend

Back End Payment Response
{
"id": 1,
"company_id": 1,
"client_id": 1,
"channel": "QRCODE",
"amount": 100,
"currency": "THB",
"invoice_no": "INV0001",
"reference1": "ref1",
"reference2": "reg2",
"remark": "reamrk",
"trx_id": "1233123",
"canceled_at": "2023-04-30T12:34:56Z",
"canceled_reason": "canceled_reason",
"status": "COMPLETED",
"created_at": "2023-04-30T12:34:56Z",
"expired_at": "2023-04-30T12:34:56Z",
"completed_at": "2023-04-30T12:34:56Z"
}
ParameterData TypeMandatoryDescription
idnumberYesPayment ID
company_idnumberYesCompany ID
client_idnumberYesClient ID
channelstringYesPayment Channel
amountnumberYesPayment Amount
currencystringYesPayment Currency
invoice_nostringYesInvoice Number
reference1stringYesReference 1
reference2stringYesReference 2
remarkstringYesPayment Remark
trx_idstringYesTransaction ID
canceled_atstringYesCanceled At
canceled_reasonstringYesCanceled Reason
statusstringYesPayment Status
created_atstringYesCreated At
expired_atstringYesExpired At
completed_atstringYesCompleted At