Pay an escrow transaction

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.

Securitytilia_auth
Request
path Parameters
escrow_id
required
string (EscrowId) <= 36 characters

The escrow transaction ID

Example: esc_2V2TxPgh8usE9neZJoEjQyFHhVh
Responses
200

Successfully submitted pay request

400

Invalid escrow transaction ID

401

Unauthorized access.

403

The transaction was rejected

404

Invoice not found.

500

Service unavailable or server error.

post/v2/escrow/{escrow_id}/pay
Request samples
Response samples
application/json
{
  • "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": {
    }
}