magnifying-glassGet a cashout status

Retrieve Cashout Status

post

This API allows you to retrieve the status of a cashout.

Header parameters
Content-TypestringRequired

Media type of the body sent to the API. Must be application/json.

Default: application/json
Payload-SignaturestringRequired

Control Signature.

Example: 2e5023770760ea0a02230bff1a6dab934fe3b47a5e3d43854b58676600ee3868
Body
loginstringRequired

Your D24 CASHOUTS API login key. Length 32 max.

Example: cashout_login
passstringRequired

Your D24 CASHOUTS API pass key. Length 32 max.

Example: cashout_pass
cashout_idnumberOptional

The ID of the cashout to check status of. It is the one generated by D24 when the cashout was created. (Required if external_id is not provided)

Example: 11954
external_idstringOptional

The 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)

Responses
chevron-right
200

The status of the cashout was successfully retrieved.

application/json
post
/v3/cashout/status

Was this helpful?