WEBHOOK
updated-transactions-available
{
  "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.

Body

application/json
event
string

Name of the webhook event.

Example:

"UPDATED_TRANSACTIONS_AVAILABLE"

external_user_id
string

Unique identifier for the user.

Example:

"123abc"

merchant
object
updated
object[]

Array of transaction UUIDs.

timestamp
integer

Unix timestamp of the webhook event in UTC.

Example:

1710864923198