Retrieves list of escrow transaction specified by the reference_id
URL parameter.
Successfully retrieved escrow transactions.
Unauthorized access.
Service unavailable or server error.
{- "total": "1",
- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "escrow_transactions": [
- {
- "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"
}
]
}