Alokai

CreditCardDetailsInput

Required fields for Payflow Pro and Payments Pro credit card payments.

type CreditCardDetailsInput = {
  cc_exp_month: Scalars['Int']['input']; /** The credit card expiration year. */
  cc_exp_year: Scalars['Int']['input']; /** The last 4 digits of the credit card. */
  cc_last_4: Scalars['Int']['input']; /** The credit card type. */
  cc_type: Scalars['String']['input'];
};

Referenced Types

On this page