Returns the current state of a single deposit order. A deposit reads as `completed` only after settlement was confirmed and the balance credit was recorded — a browser returning from a checkout page does not make a deposit complete.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
accountId |
path | string |
yes | Unique identifier of the account. |
depositId |
path | string |
yes | Unique identifier of the deposit. |
Responses
| Status | Body | Description |
|---|---|---|
200 |
Deposit |
Deposit retrieved. |
404 |
Error |
Deposit not found. |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.