Cancel a cashout
Header parameters
Content-TypestringRequiredDefault:
Media type of the request.
application/jsonPayload-SignaturestringRequiredExample:
Control Signature. Calculated by hashing the JSON payload of the request using HMAC256 and your secret key (API Signature) to encrypt it.
2e5023770760ea0a02230bff1a6dab934fe3b47a5e3d43854b58676600ee3868Body
loginstring · max: 32RequiredExample:
Your D24 CASHOUTS API login key.
cashout_loginpassstring · max: 32RequiredExample:
Your D24 CASHOUTS API pass key.
cashout_passcashout_idinteger · int64RequiredExample:
The ID of the cashout to cancel. It is the one generated by D24 when the cashout was created.
11954external_idstringRequiredExample:
The external ID of the cashout to cancel. It is the one you sent when generating the cashout.
cashoutID2134Responses
200
Cashout cancelled successfully
application/json
cashout_statusintegerOptionalExample:
New status code of the cashout.
2cashout_status_descriptionstringOptionalExample:
Description of the new status of the cashout.
Canceled412
Error while cancelling the cashout. It can be cancelled only if its status is Pending. (Also used for "Cashout not found" or other "Invalid status transition" errors as per PDF examples)
application/json
delete
/cashout/cancelWas this helpful?

