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.

Body

application/json
event
string

Name of the webhook event.

Example:

"NEW_TRANSACTIONS_AVAILABLE"

external_user_id
string

Unique identifier for the user.

Example:

"123abc"

merchant
object
timestamp
integer

Unix timestamp of the webhook event in UTC.

Example:

1710864923198