Types > PaymentDetailCard
Commerce APITypesPaymentDetailCard
PaymentDetailCard

Description

Fields

address_line1_check: String!

Address line1 check from stripe


address_postal_code_check: String!

Address postal code check from stripe


avs_result_code: String!

The response code from AVS

Example: "R"


bin: String!

The issuer identification number (IIN), formerly known as bank identification number (BIN)

Example: "4242424"


company: PaymentDetailCardCompany!

The name of the company who issued the customer's credit card

Example: "visa"


country: InfoCountry

Credit card's country

Expandable


cvc_check: String!

CVC check from stripe


cvv_result_code: String!

The response code from the credit card company indicating whether the customer entered the card verification value, correctly

Example: "P"


exp_month: Int!

Credit card's expiration month

Example: 1


exp_year: Int!

Credit card's expiration year

Example: 2015


fingerprint: String!

Card fingerprint from stripe


funding: PaymentDetailCardFunding!

The type of card from stripe

Example: "prepaid"


last4: String!

The customer's credit card last 4 digits

Example: "4242"


Used By

Types

PaymentDetail

Preview (typescript)

Loading module