New Chargeflow docs. Everything for merchants, platforms, and the API in one place.
Log in
Current (2025-04-01)Merchants API

Customer Communication

Customer communication endpoints

POST
/public/2025-04-01/customer-communication
x-api-key<token>

Your Chargeflow API key, sent on every request. Generate one in the Chargeflow App, or see API keys.

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": "ticket_87659876b",    "disputes": [      "6684a99a2664656565656565",      "66e6ea9ecd94925a558060d9"    ],    "messages": [      {        "sender": "buyer",        "date": "2025-09-10T14:25:36Z",        "body_plain_text": "Hi, I placed my order 5 days ago and it still hasn\'t arrived. Can you please provide an update?"      }    ]  }'
{  "success": true}
Was this page helpful?