Get list of Payment cards V2

The GET /api/paymentCards/v2 endpoint allows users to retrieve a list of all payment cards associated with their account. This method returns detailed information for each card, including the last four digits of the card number, expiration date, card type, and the current status of the card. It is designed to give users an overview of their active, inactive, or expired payment cards, allowing for efficient management and review.

Purpose:

This endpoint helps users manage their payment cards by providing comprehensive details for all cards linked to their account. It is useful for viewing card information, checking expiration dates, and reviewing the status of each card.

Response:

Upon a successful request, the response contains a list of payment cards associated with the user, along with relevant details about each card.

Key Features:

  • Card Overview: Provides a detailed list of all payment cards associated with the user's account, including their current status.
  • Masked Card Numbers: For security, only the last four digits of the card numbers are shown.
  • Expiration Dates: Users can easily review expiration dates to ensure their cards remain valid.
  • Card Status: Displays whether the card is active, inactive, or expired, aiding in card management

📘

Summary:

The GET /api/paymentCards/v2 endpoint provides users with a comprehensive list of their payment cards, including important details such as card number (masked), expiration date, card type, and status. This method supports efficient card management and helps users keep track of their active, inactive, or expired cards. Secure authentic

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