Properties
| Name | Type | Required | Description |
|---|---|---|---|
| amount_on_hold | float | ❌ | Total amount of funds that are currently held in the escrow, in the currency defined in currency_code in the payment. |
| created_at | float | ❌ | Date and time the escrow was created, in Unix time. |
| currency | float | ❌ | The currency of the escrow balance. Three-letter ISO 4217 code. |
| escrow_releases | EscrowResponseEscrowReleases | ❌ | Array of objects that describe individual releases. |
| id_ | str | ❌ | Indicates that the number of escrow releases is greater than the number returned in the response. |
| last_payment_completion | float | ❌ | Date and time of the completion of the last payment or partial payment, in Unix time. |
| payment | float | ❌ | ID of the payment, a string starting with payment_. |
| status | str | ❌ | Status of the escrow. One of the following:<BR> _ pending - The payment and escrow were created, but the payment is not completed and the funds are not in the escrow.<BR> _ on_hold - The payment is completed and the funds are in escrow. canceled - The escrow is canceled.<BR>* released - All or part of the funds have been released to the wallets. |
| total_amount_released | str | ❌ | Total amount of funds that were released to the wallets, in the currency defined in currency_code in the payment response. |
| updated_at | float | ❌ | Date and time of the last update to the escrow, in Unix time. |