Update order status
Before updating the order status
{
"id": "evt_eEkn26qar3nOB8md",
"type": "whatsapp.payment.updated",
"apiVersion": "v2",
"createTime": "2024-10-10T07:08:00.000Z",
"whatsappPayment": {
"wabaId": "WABA-ID",
"referenceId": "<reference-id>",
"status": "captured | pending",
"transactions": [
{
"id": "<transaction-id>",
"type": "billdesk | payu | razorpay | zaakpay",
"status": "pending | success | failed",
"createdTimestamp": 1728544066000,
"updatedTimestamp": 1728544066000,
"amount": {
"value": 21000,
"offset": 100
},
"currency": "INR",
"methodType": "upi | card | wallet | netbanking",
"error": {
"code": "error-code",
"reason": "error-reason"
}
}
]
}
}Order status enumeration value
Value
Description

How to notify customers about changes in order status?
Create order status update template

Send Order status updates message
Last updated
Was this helpful?