Try asking a question about Knot to the AI assistant, or install the MCP server or Knot skill to build with AI right from your IDE.
{
"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
}Triggered when checkout fails for a user’s merchant cart.
{
"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.Documentation Index
Fetch the complete documentation index at: https://docs.knotapi.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
Was this page helpful?
Suggestions