Get deposit status
Path parameters
deposit_idintegerRequired
onekeypayments deposit_id. It is obtained when creating the deposit.
Header parameters
Content-TypestringRequiredDefault:
Media type of the body sent to the API. (Note: For GET, typically no request body)
application/jsonX-Datestring · date-timeRequired
ISO8601 Datetime with Timezone. Example: 2020-06-24T17:13:21Z
X-LoginstringRequired
Merchant X-Login API Key
AuthorizationstringRequired
Authentication signature hash
X-Idempotency-KeystringOptional
Unique idempotency key for ensuring that the same request is not processed more than once. (Typically for state-changing requests)
Responses
200
Deposit status successfully retrieved
application/json
400
The deposit_id specified is not valid
application/json
401
Unauthorized access
application/json
404
The deposit_id specified could not be found
application/json
get
/deposits/{deposit_id}Last updated
Was this helpful?

