Describes an Apple Pay token on a Moov account.
Field | Type | Required | Description | Example |
---|---|---|---|---|
brand |
components.CardBrand | ✔️ | The card brand. | Visa |
card_type |
components.CardType | ✔️ | The type of the card. | credit |
card_display_name |
str | ✔️ | User-friendly name of the tokenized card returned by Apple. It usually contains the brand and the last four digits of the underlying card. There is no standard format. |
Visa 1256 |
fingerprint |
str | ✔️ | Uniquely identifies a linked payment card or token. For Apple Pay, the fingerprint is based on the tokenized card number and may vary based on the user's device. This field can be used to identify specific payment methods across multiple accounts on your platform. |
9948962d92a1ce40c9f918cd9ece3a22bde62fb325a2f1fe2e833969de672ba3 |
expiration |
components.CardExpiration | ✔️ | The expiration date of the card or token. | { "month": "01", "year": "21" } |
dynamic_last_four |
str | ✔️ | The last four digits of the Apple Pay token, which may differ from the tokenized card's last four digits. | |
issuer_country |
Optional[str] | ➖ | Country where the underlying card was issued. | US |