Current (2025-04-01)Platforms (Connect) API

Merchants Disputes

POST
/public/2025-04-01/platform/disputes
x-api-key<token>

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

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/public/2025-04-01/platform/disputes" \  -H "Content-Type: application/json" \  -d '{    "source_id": "string",    "account_id": "string",    "created_at": "2019-08-24T14:15:22Z",    "reason": "fraud",    "due_by": "2019-08-24T14:15:22Z",    "amount": 0,    "currency": "str",    "status": "needs_response"  }'
{  "id": "string",  "source": "paypal",  "source_id": "string",  "account_id": "string",  "ext_account_id": "string",  "created_at": "2019-08-24T14:15:22Z",  "reason": "fraud",  "due_by": "2019-08-24T14:15:22Z",  "amount": 0,  "currency": "str",  "status": "needs_response",  "stage": "Chargeback",  "closed_at": "2019-08-24T14:15:22Z",  "transaction": "string",  "subscription": "string",  "order": "string"}
Was this page helpful?