Cancel a Card Order
POST/api/v1/order/:orderId/cancel
This endpoint transitions the card order to the cancelled state.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Card order successfully cancelled.
Invalid order transition or order not in cancellable state.
Unauthorized Error
Card order not found.
Internal server error.