added
Added notification event for CHECKOUT_SUCCESS webhook
almost 2 years ago by Maya Dev
Merchants who are subscribing to CHECKOUT_SUCCESS
webhook will be notified when a transaction will change status to AUTHORIZED
or CAPTURED
by end of January 2023.
{
...,
"paymentStatus": "AUTHORIZED",
...
}
{
...,
"paymentStatus": "CAPTURED",
...
}
What does this mean for you as developers?
- If you are subscribing to CHECKOUT_SUCCESS event, kindly check if your account has an active
Auth and Capture
setting. You may need to update your system accordingly to cater this update.
Webhooks Best Practice
Our Payment Gateway team recommends that merchants should start subscribing to PAYMENT_SUCCESS in the near future and stop subscribing to CHECKOUT_SUCCESS webhook. Merchants who have active
Auth and Capture
setting should start subscribing toAUTHORIZED
webhook.
- No further action needed if you are already subscribed to PAYMENT_SUCCESS and/or AUTHORIZED webhook.
For any questions or concerns, please contact us through our support channels.