Get escrow transaction details

Retrieves details for the escrow transaction specified by the escrow_id URL parameter.

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

The Escrow Transaction ID

Example: esc_2V2TxPgh8usE9neZJoEjQyFHhVh
Responses
200

Successfully retrieved escrow transaction.

401

Unauthorized access.

404

Invoice not found.

500

Service unavailable or server error.

get/v2/escrow/{escrow_id}
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"
}