QRIS Callback - Dynamic QRIS

This is sample of status update we send to your callback URL :

{
  "data": {
    "id": "QR_0a50018350f34cd4901c97e22cb1cfde",
    "referenceId": "1710323916255",
    "amount": 11000,
		"feeAmount": 77,
    "status": "PAID",
    "createdAt": "2024-03-13T16:58:37.000+07:00",
    "paidAt": "2024-03-13T23:58:58.000+07:00",
    "qrisType": "DYNAMIC",
    "merchant": null,
    "merchantNmid": null,
		"customerInformation": {
			"customerName": "Customer QRIS",
			"issuerName": "OTTOCASH"
		}
	}
}

Note: To get customerInformation, please contact our Sales team.