The POST /api/paymentCards/cancelPhysicalPaymentCardOrder API method allows users to cancel an active order for a physical payment card. This endpoint provides a secure way to stop the processing of a card order, preventing the card from being issued or delivered.
Purpose:
This method is used to cancel a physical payment card order that has been submitted but is still in process. It ensures that no further action is taken on the order and provides confirmation of the cancellation.
Response:
On a successful request, the API returns a confirmation of the cancellation and details of the canceled order.
Key Features:
- Order Cancellation: Enables users to halt the processing of a physical card order if it is no longer needed or requested.
- Status Update: The status of the order is updated to "canceled," ensuring that the card will not be issued or shipped.
- Optional Reason: Allows users to provide a reason for the cancellation, which can be useful for tracking purposes.
Summary:
The POST /api/paymentCards/cancelPhysicalPaymentCardOrder API method allows users to cancel an order for a physical payment card that has not yet been completed. By providing the order ID, users can securely halt the processing of the card, ensuring no further action is taken on the order. This method is particularly useful for managing card orders and preventing the issuance or shipment of cards when no longer needed.