Get a cashout status
This API allows you to retrieve the status of a cashout.
Media type of the body sent to the API. Must be application/json.
application/jsonControl Signature.
2e5023770760ea0a02230bff1a6dab934fe3b47a5e3d43854b58676600ee3868Your onekeypayments CASHOUTS API login key. Length 32 max.
cashout_loginYour onekeypayments CASHOUTS API pass key. Length 32 max.
cashout_passThe ID of the cashout to check status of. It is the one generated by onekeypayments when the cashout was created. (Required if external_id is not provided)
11954The ID of the cashout to check status of. It is the one you sent when the cashout was created. (Required if cashout_id is not provided)
The status of the cashout was successfully retrieved.
Bad Request. This can be due to various reasons including invalid parameters, malformed JSON, KYC errors, or other client-side errors. Specific error codes and messages will be provided in the response body.
Unauthorized access. This can be due to invalid credentials or an unregistered IP address.
Precondition Failed. Typically indicates the cashout ID was not found.
Internal Server Error. This can be due to various server-side issues. Specific error codes and messages may be provided in the response body.
POST /v3/cashout/status HTTP/1.1
Host: api-stg.onekeypayments.com
Content-Type: application/json
Payload-Signature: text
Accept: */*
Content-Length: 66
{
"login": "cashout_login",
"pass": "cashout_pass",
"cashout_id": 11954
}{
"cashout_status": 1,
"cashout_status_description": "Completed"
}Last updated
Was this helpful?

