The GET /api/paymentCards/v3 endpoint retrieves detailed information about the user's payment cards. It provides a comprehensive list of all cards associated with the account, including card numbers (masked for security), expiration dates, and card types. This method helps users manage their payment methods by offering up-to-date and secure access to their card details.
The GET /api/paymentCards/v3 endpoint provides users with detailed information about their payment cards. It returns a comprehensive list of all payment cards linked to the user's account, including the card numbers (masked for security), expiration dates, card types, and status. This method enables users to securely manage their payment methods, offering real-time access to card details.
Purpose:
This endpoint allows users to view and manage their payment cards efficiently by providing key details such as masked card numbers, expiration dates, card types (e.g., debit or credit), and the current status (active, inactive, or expired) of each card. It is essential for users who wish to keep track of their payment methods and ensure they are up-to-date.
Response:
Upon a successful request, the API returns a JSON response containing a list of payment cards and associated details.
Key Features:
- Comprehensive Card Details: Provides essential details like masked card numbers, expiration dates, card types, and card status.
- Real-time Information: Ensures users have up-to-date information about their payment cards.
- Masked Card Numbers for Security: Only the last four digits of the card numbers are shown, preserving security while still providing identifying information.
Summary:
The GET /api/paymentCards/v3 endpoint offers a detailed and secure way for users to access information about their payment cards. By providing key card details such as masked card numbers, expiration dates, and card types, it supports efficient management of payment methods. The method ensures user security by requiring authentication and masking sensitive card data.