GetCustomerStoredPaymentMethod
- idType: string
ID of the stored payment method - will be used to initialize payment
- paymentType: string
_method _id UUID of a registered payment method
- preselectedType: boolean
Defines which payment method should be pre-selected for the customer on checkout - based on last-touched (last-used) payment method for the customer
- propertiesType: object
- cardenum
_type String ID for Card Type
enums: 'visa','mastercard','amex','diners','maestro','jcb','redcompra','carnet','paystackVerve','discover','giftCards'
values- visa
- mastercard
- amex
- diners
- maestro
- expirationType: string
_date Month / Year in which credit card will expire
- lastType: string
_four _digits Last 4 digits of credit card number (PAN)
- maskedType: string
_number First 6 digits and last 4 digits of credit card number (PAN) - some payment processors may only return last 4 digits
Examples
{
"id": "85688223-b4ee-4c0f-8593-513c182ef7b1",
"payment_method_id": "027b59de-97cb-48a0-9404-37f426659bad",
"preselected": true,
"properties": {
"card_type": "Visa",
"masked_number": "901010******0004",
"expiration_date": "12/2024",
"last_four_digits": "0004"
}
}