Current (2025-04-01)Merchants API

Customer Communication

POST
/public/2025-04-01/customer-communication
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.

Creates a new customer communication ticket in Chargeflow.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/public/2025-04-01/customer-communication" \  -H "Content-Type: application/json" \  -d '{    "source_id": "string",    "disputes": [      "string"    ],    "messages": [      {        "sender": "user@example.com",        "date": "2019-08-24T14:15:22Z",        "body_plain_text": "string"      }    ]  }'
{  "success": true}
Was this page helpful?