Amex Express Checkout Card
Attributes
getBin()stringThe first 6 digits of the device-specific account number (DPAN), known as the Bank Identification Number. This BIN will differ from the BIN of the underlying card.
getCardMemberNumber()stringThe last 4 digits of the card number.
getCreatedAt()CalendarThe date/time the object was created. Returned in UTC.
getCustomerId()stringA string value representing an existing customer in your Vault that owns this payment method. Use this to look up a single customer.
isDefault()booleanIndicates whether this is the customer's default payment method.
getExpirationMonth()stringThe expiration month of the credit card, formatted MM.
getExpirationYear()stringThe 2- or 4-digit expiration year associated with the credit card, formatted YYYY or YY.
getSourceDescription()stringIndicates what type of payment method was tokenized by the network. Also includes an identifier for the account (e.g. last 4 digits if the payment method was a credit card).
getToken()stringAn alphanumeric value that references a specific payment method stored in your Vault.
getUpdatedAt()CalendarThe date/time the object was last updated. Returned in UTC.