Customer Communication
Customer communication endpoints
Authorization
apiKey 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}