Types > OIPaymentDetailCard
Description
Fields
address_postal_code_check: String!
company: PaymentDetailCardCompany!
The name of the company who issued the customer's credit card
funding: PaymentDetailCardFunding!
The type of card from stripe
Used By
Types
Preview (typescript)
interface OIPaymentDetailCard {address_line1_check: stringaddress_postal_code_check: stringavs_result_code: stringbin: stringcompany: PaymentDetailCardCompanycountry: stringcvc_check: stringcvv_result_code: stringexp_month: numberexp_year: numberfingerprint: stringfunding: PaymentDetailCardFundinglast4: string}