Cancels an escrow transaction. This action moves funds from an internal Tilia escrow wallet back to the buyer. Can only be called after Pay an escrow transaction. After canceling the transaction, the buyer's payment method is refunded and sellers are not compensated.
Successful completion triggers this notification |
---|
Escrow transaction update |
For more information about event notifications, visit Webhooks.
Successfully canceled an escrow transaction
Invalid escrow transaction ID
Unauthorized access.
The transaction was rejected
Invoice not found.
Service unavailable or server error.
{- "id": "esc_2V2TxPgh8usE9neZJoEjQyFHhVh",
- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "escrow_invoice_id": "inv_2V2XDLW6zogChdShdFh8WKOhHii",
- "commit_invoice_id": "inv_2V2XDLW6zogChdShdFh8WKOhHii",
- "cancel_invoice_id": "inv_2V2XDLW6zogChdShdFh8WKOhHii",
- "status": "OPEN",
- "integrator": "Acme",
- "created": "string",
- "updated": "string"
}