The POST /api/paymentCards/suspendPaymentCard API method allows you to temporarily lock a payment card to prevent unauthorized transactions. By sending a request to this endpoint with the card details, you can instantly suspend its use while retaining its information for future reactivation. This feature is ideal for managing lost or misplaced cards, providing added security and control over your banking assets.
The POST /api/paymentCards/suspendPaymentCard API method allows users to temporarily suspend a payment card, preventing any unauthorized transactions while keeping the card information intact for future reactivation. This method provides an additional layer of security when a card is lost, misplaced, or temporarily not in use.
Purpose:
This endpoint is used to temporarily lock or suspend a payment card, rendering it inactive for transactions until the user decides to reactivate it.
Response:
On a successful request, the API returns a confirmation message indicating that the payment card has been successfully suspended.
Summary:
The POST /api/paymentCards/suspendPaymentCard API method allows users to suspend their payment cards temporarily, ensuring unauthorized transactions are blocked while keeping the card information intact for future use. It provides a secure, user-controlled way to manage card suspensions, especially in cases of loss, theft, or suspected fraud.