Wallet Checkout event
POST/wallet-checkout/events
This webhook is sent for Wallet Checkout session updates.
checkout.completed— The checkout flow has finished. The outcome is reflected insession.payment.status(for exampleCOMPLETED,FAILED, orCANCELLEDfor a user-initiated cancellation).checkout.cancelled— The session was cancelled by the merchant or system;session.statusisCANCELLED.checkout.expired— The session expired before completion.
Note: User cancellation results in
checkout.completedwithpayment.status: CANCELLED. Merchant or system cancellations usecheckout.cancelledwithsession.status: CANCELLED.
Request
Responses
- 200
- 202
- 400
OK
Accepted
Bad Request