magnifying-glassGet deposit status

Retrieve Deposit Status

get

Retrieve the status of a previously created deposit. This endpoint allows you to retrieve the status of a deposit request.

Path parameters
deposit_idintegerRequired

onekeypayments deposit_id. It is obtained when creating the deposit.

Header parameters
Content-TypestringRequired

Media type of the body sent to the API. (Note: For GET, typically no request body)

Default: application/json
X-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
get
/deposits/{deposit_id}

Last updated

Was this helpful?