Skip to main content

The type that defines the fields for the credit card that's used to pay for the items.

Types that use CreditCard

CreateSignInCheckoutSessionRequestUpdatePaymentInformation

Calls that use CreditCard

Fields

Field
Type
Description
accountHolderName
The name of the card holder under which the credit card was issued.
billingAddress
The container that returns the billing address of the card holder.

Note: If the address cannot be validated, a warning message will be returned.
brand
The type of the credit card, such as Visa or MasterCard.

For a list of valid values, see PaymentMethodBrandEnum.
cardNumber
The credit card number on the card.
cvvNumber
The Card Verification Value of the credit card. This value is also known as the card verification code (CVC) or card security code (CSC).

This is a three-digit number on VISA, MasterCard, and Discover branded credit and debit cards. On American Express branded cards, this is a four-digit numeric code.

Note: This number is not the PIN associated with the card.
expireMonth
The month the credit card expires.
expireYear
The year the credit card expires.