{
"event": "CHECKOUT_FAILED",
"external_user_id": "123abc",
"merchant": {
"id": 7,
"name": "Best Buy",
"logo": "https://knot.imgix.net/merchants/KBQ5j6cN010PPpwbO7RpKGyDrCpsZ91FRhwnZp5u.png?auto=format&w=240"
},
"data": {
"reason": "card declined"
},
"timestamp": 1710864923198
}Webhook Events
CHECKOUT_FAILED
Triggered when checkout fails for a user’s merchant cart.
WEBHOOK
checkout_failed
{
"event": "CHECKOUT_FAILED",
"external_user_id": "123abc",
"merchant": {
"id": 7,
"name": "Best Buy",
"logo": "https://knot.imgix.net/merchants/KBQ5j6cN010PPpwbO7RpKGyDrCpsZ91FRhwnZp5u.png?auto=format&w=240"
},
"data": {
"reason": "card declined"
},
"timestamp": 1710864923198
}Fired when checkout fails for a user’s merchant cart.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password. Use your client_id as the username and your secret as the password value.
Body
application/json
Was this page helpful?
⌘I