Skip to main content

Masked display information for card instruments

expiry_year
string

Card expiry year (YY)

Pattern: ^\d{2}$
Example:

"30"

expiry_month
string

Card expiry month (MM)

Pattern: ^(0[1-9]|1[0-2])$
Example:

"12"

scheme
string

Card scheme (e.g. Visa, Mastercard)

Example:

"Visa"

last_4
string

Last four digits of the card number

Pattern: ^\d{4}$
Example:

"0018"