OrderCancellation
Details of a cancelled order.
- cancelledType: string Format: date-time
At requiredWhen the order was cancelled.
- cancelledType: string enum
By requiredWho cancelled the order.
values- buyer
The buyer cancelled.
- seller
The seller cancelled.
- system
CardNexus cancelled it automatically.
- reasonType: stringrequired
The cancellation reason code.
- reasonType: string nullable
Text requiredA free-text note about the cancellation.
nullwhen none was given.
Examples
{
"cancelledBy": "buyer",
"reason": "changed_mind",
"reasonText": null,
"cancelledAt": "2026-06-12T14:20:00.000Z"
}