Activate Payment card (Only for suspend card)

The POST /api/paymentCards/activatePaymentCard API method allows users to reactivate a previously suspended payment card. This method restores the functionality of the card, enabling it to be used again for transactions and other payment activities.

Purpose:

This endpoint is used to activate a payment card that has been suspended, either temporarily or due to security reasons. Once activated, the card can be used for transactions like any active card.

Key Features:

  • Card Reactivation: Enables users to bring suspended cards back into active use.
  • Authentication: Requires authentication to ensure only authorized users can activate their payment cards.
  • Optional Reasoning: Users can optionally provide a reason for reactivation, which can be useful for logging and tracking purposes.

Response:

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

📘

Summary:

The POST /api/paymentCards/activatePaymentCard API method allows users to reactivate suspended payment cards, restoring their full functionality for transactions. With proper authentication and card details, this endpoint ensures secure reactivation of cards, enhancing user control over card management and ensuring the seamless handling of temporary suspensions.

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