posthttps://api.circle.com/v1/cpn/supportTickets
Create transaction-related issues (for example, settlement delays, missing information, or refunds). These tickets are stored centrally in the CPN platform and routed to the appropriate party for resolution.
Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests. To create a UUIDv4 go to uuidgenerator.net. If the same key is reused, it will be treated as the same request and the original response will be returned.
Contact email for follow-up.
Detailed message for the support ticket.
Type of the support ticket
System-generated unique identifier of the resource.
Optional CC email address for follow-up conversations on this support ticket.
1{
2 "data": {
3 "id": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
4 "paymentId": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
5 "issueType": "PAYMENT_SETTLEMENT_DELAY",
6 "description": "",
7 "caseRefId": "",
8 "ticketRefId": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
9 "email": "[email protected]",
10 "ccEmails": [
11 "[email protected]",
12 "[email protected]"
13 ],
14 "createDate": "2023-01-01T12:04:05Z"
15 }
16}