Payment card reissue

The POST /api/paymentCards/v2/reissuePaymentCard API method allows users to request the reissuance of a payment card. This endpoint generates a new card number and updates the card's details, making it ideal for situations where the original card has been lost, stolen, or compromised. The reissued card retains the same account and user but will have a new card number and associated security details.

Purpose:

This API is used to securely reissue a payment card while updating its credentials. It provides users with a new card, ensuring that the previous card is deactivated and that the new card is functional for all transactions.

Response:

On successful reissuance, the API returns the details of the newly issued card, including the new card number (masked for security), expiration date, and status.

Key Features:

  • Card Reissuance: Provides users with a new card number and updated security details.
  • Security Enhancement: Helps protect users from fraud by ensuring that compromised cards can be reissued with a new number and CVV.
  • Seamless Update: Keeps the same user and account details while only modifying the card information, allowing for continuity of service.

📘

Summary:

The POST /api/paymentCards/v2/reissuePaymentCard endpoint allows users to request a new payment card if their existing card has been lost, stolen, or compromised. By providing the card ID and relevant user information, users can quickly and securely reissue their card, with a new number, CVV, and expiration date being generated. This ensures that users maintain secure access to their financial services without disruption while minimizing the risk of fraud.

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