{
"event": "NEW_TRANSACTIONS_AVAILABLE",
"external_user_id": "123abc",
"merchant": {
"id": 36,
"name": "Uber Eats"
},
"timestamp": 1710864923198
}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
}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.
Was this page helpful?
⌘I