cURL
curl --request POST \ --url https://api.decisionly.com/v2/issuer/cases/{case_id}/withdraw \ --header 'Authorization: Basic <encoded-value>'
{ "success": true }
Withdraws a case. The case must be in ‘created’ or ‘chargeback_filed’ status to be withdrawn.
Use your API key as the username. No password is required.
Accepted. The case withdrawal has been initiated. Cases will have status 'withdrawn'.