Retrieves an escrow transaction linked with the invoice_id given (any of escrow, commit or cancel invoice IDs)
read_invoices
) Successfully retrieved escrow transaction.
Unauthorized access.
Not found.
Service unavailable or server error.
curl -i -X GET \ https://invoicing.tilia-inc.com/v2/escrow/by_invoice/:invoice_id \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "id": "esc_1rS7ZIi4RdNzOh1M0f10NrnI4mp",
- "account_id": "b2ba9a0f-3d75-44e0-968d-be299cda5d80",
- "escrow_invoice_id": "354121c4-57d2-4317-939f-9af54be4e3fd",
- "commit_invoice_id": "7ad23f26-4111-4ad0-9c3a-2e0231be70cf",
- "cancel_invoice_id": "9e56b8b6-1235-46e8-b3a1-6e786151d3ec",
- "status": "OPEN",
- "integrator": "Acme",
- "created": "string",
- "updated": "string"
}