v1

latestOpenAPI 3.0.02026-07-267331140.7 KB
Physical Card Order

Cancel a Physical Card Order

This endpoint transitions the card order to the cancelled state.

post/api/v1/order/{orderId}/cancel

Path parameters

orderIdstring required

The unique identifier of the card order to cancel.

Response

Card order successfully cancelled.

okboolean

Example response

{
  "ok": true
}