Webhook event notification request.
event_name
value: escrow-transaction-update
This request is sent to registered webhook event handlers after |
---|
Cancel an escrow transaction completes successfully |
Commit an escrow transaction completes successfully |
Pay an escrow transaction completes successfully |
The Request body described below is the message
property in the event notification request data. For more information about event notification requests, visit Webhooks.
Return a 2XX status to indicate that the data was received successfully
{- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "cancel_invoice_id": "inv_2V2XDLW6zogChdShdFh8WKOhHii",
- "commit_invoice_id": "inv_2V2XDLW6zogChdShdFh8WKOhHii",
- "escrow_invoice_id": "inv_2V2XDLW6zogChdShdFh8WKOhHii",
- "id": "esc_2V2TxPgh8usE9neZJoEjQyFHhVh",
- "integrator": "tilia",
- "status": "ESCROWED"
}