Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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'.