Close Payment Card

The POST /api/paymentCards/closePaymentCard endpoint allows users to deactivate or close a payment card associated with their account. This API method ensures that a payment card can no longer be used for transactions, enhancing security and effectively managing the card’s lifecycle.

Purpose:

This method is used to securely close an active payment card, preventing any further transactions. It is ideal for situations where the user no longer requires the card or if the card has been compromised.

Response:

On a successful request, the API returns a confirmation message that the payment card has been closed.

📘

Summary:

The POST /api/paymentCards/closePaymentCard API method allows users to deactivate or close their payment cards securely. By providing the necessary card identification and optional reasons, users can efficiently manage their cards and ensure account security. This method is crucial for handling lost, stolen, or no longer needed cards, contributing to a streamlined card management process and enhanced security.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!