Create Dispute
Authorization
apiKey Your Chargeflow API key. Generate it in the Developer Hub under Settings.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/public/2024-03-18/disputes" \ -H "Content-Type: application/json" \ -d '{ "disputeId": "string", "creationDate": "2019-08-24T14:15:22Z", "due_by": "2019-08-24T14:15:22Z", "disputeAmount": 0, "currency": "string", "processor": "string", "isChargeRefundable": true, "handleByChargeflow": true }'{ "requestId": "string"}