object

StoredPaymentDetails

Stored payment methods, including saved cards and UPI IDs.
Fields
card_number
String
Card number displayed in its masked format.
aggregator_name
String
aggregator name
card_reference
String
Reference identifier for the card.
card_issuer
String
Issuing bank or institution of the card.
compliant_with_tokenisation_guidelines
Boolean
Indicates compliance with tokenization guidelines.
card_fingerprint
String
Unique fingerprint of the card for identification.
expired
Boolean
Indicates whether the card is expired.
exp_year
Int
Card's expiration year.
exp_month
Int
Card's expiration month.
card_id
String
Unique identifier for the card saved at aggregators end.
card_brand
CardBrand
Brand of the card (e.g., Visa, MasterCard).
logo_url
Logo
Payment Mode Logo.
nickname
String
User-defined name for the card.
card_name
String
Name printed on the card.
card_type
String
Type of the card (e.g., debit, credit).
card_brand_image
String
Image representing the card brand.
display_name
String
Display name for the card in the user interface.
card_isin
String
International Securities Identification Number for the card.
cvv_length
Int
Length of the CVV (Card Verification Value) for the card.
cvv_less
Boolean
Indicates whether the card can be used without a CVV.
card_token
String
Encrypted token representing the card.
name
String
The name of the customer associated with the saved payment instrument, such as the cardholder or UPI account holder.
meta
JSON
Payment methods meta such as Country code associated with the payment instrument.
The Virtual Payment Address (VPA) associated with the saved UPI ID for processing UPI transactions