{
"event": "NEW_TRANSACTIONS_AVAILABLE",
"external_user_id": "123abc",
"merchant": {
"id": 36,
"name": "Uber Eats"
},
"timestamp": 1710864923198,
"data": {
"initial_sync": true
}
}Webhook Events
NEW_TRANSACTIONS_AVAILABLE
Fired when new transactions for a user’s merchant account are available.
WEBHOOK
new_transactions_available
{
"event": "NEW_TRANSACTIONS_AVAILABLE",
"external_user_id": "123abc",
"merchant": {
"id": 36,
"name": "Uber Eats"
},
"timestamp": 1710864923198,
"data": {
"initial_sync": true
}
}Fired when new transactions for a user’s merchant account are available.
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
Name of the webhook event.
Example:
"NEW_TRANSACTIONS_AVAILABLE"
Unique identifier for the user.
Example:
"123abc"
Show child attributes
Show child attributes
Unix timestamp of the webhook event in UTC.
Example:
1710864923198
Holds additional data as applicable. Present only when additional data exists.
Show child attributes
Show child attributes
Was this page helpful?