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": "UPDATED_TRANSACTIONS_AVAILABLE",
"external_user_id": "123abc",
"merchant": {
"id": 36,
"name": "Uber Eats"
},
"updated": [
{
"id": "13da3c28-a068-4642-9ce2-b730cfda5f5f"
}
],
"timestamp": 1710864923198
}Fired when updated data is available for existing transactions for a user’s merchant account.
{
"event": "UPDATED_TRANSACTIONS_AVAILABLE",
"external_user_id": "123abc",
"merchant": {
"id": 36,
"name": "Uber Eats"
},
"updated": [
{
"id": "13da3c28-a068-4642-9ce2-b730cfda5f5f"
}
],
"timestamp": 1710864923198
}Fired when updated data is available for existing transactions for a user’s merchant account. The webhook includes an array of transaction IDs for which there exists updated data. Call Get Transaction By ID when you receive this webhook event.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.
Name of the webhook event.
"UPDATED_TRANSACTIONS_AVAILABLE"
Unique identifier for the user.
"123abc"
Show child attributes
Array of transaction UUIDs.
Show child attributes
Unix timestamp of the webhook event in UTC.
1710864923198
Was this page helpful?
Suggestions