Sample Callback for E-wallet Payment Status Update:
When a payment status changes, we will send a status update to your callback URL. Below is an example of the payload:
{
"data": {
"id": "WA_7d6f21d3e170424ea1ac1a79996f27c7",
"referenceId": "Test-Kevin-67",
"amount": 10000,
"status": "PAID",
"createdAt": "2024-09-13T10:16:03.000+07:00",
"paidAt": "2024-09-13T10:47:34.557+07:00"
}
}