Skip to main content
WEBHOOK
ingest.events.failed
{
  "TransactionIDs": [
    "<string>"
  ],
  "error": "<string>",
  "transaction_ids": [
    "<string>"
  ]
}

Body

application/json
TransactionIDs
string[] | null
deprecated

The transaction_id provided for the event

error
string

The error message

transaction_ids
string[] | null

The transaction_id provided for the event

Response

200

Return a 200 status to indicate that the data was received successfully

I