Submits an escrow transaction for processing and payment. Funds are directed to a Tilia escrow wallet until the transaction is either committed or canceled.
Successful completion triggers these notifications |
---|
Escrow transaction update |
Invoice complete |
For more information about event notifications, visit Webhooks.
Successfully submitted pay request
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",
- "escrow_invoice": {
- "invoice_id": "string",
- "summary": {
- "currency": "string",
- "display_amount": "USD 1.55",
- "subtotal": {
- "currency": "string",
- "display_amount": "USD 1.55",
- "total_amount": 155
}, - "tax": {
- "currency": "string",
- "display_amount": "USD 1.55",
- "total_amount": 155
}, - "total_amount": 155
}
}
}