Skip to main content
Retrieve the contract details and PDF URL for a specific escrow transaction. Only standard mode escrows have a contract — for quick or instant escrows this endpoint returns 404. You must be the seller or buyer of the escrow to access the contract. The response includes the contract terms, signing status, and a presigned URL to download the contract PDF.

Path Parameters

string
required
Escrow ID

Response Fields

Error Responses

401 Unauthorized

403 Forbidden

No Associated User Account
Not Your Escrow

404 Not Found

Escrow Not Found
Contract Not Found

Authenticate using your API key via the Authorization: Bearer sk_live_... header or the X-API-Key: sk_live_... header.