Alokai

CreateVaultCardPaymentTokenInput

Describe the variables needed to create a vault payment token

type CreateVaultCardPaymentTokenInput = {
  card_description?: InputMaybe<Scalars['String']['input']>; /** The setup token obtained by the createVaultCardSetupToken endpoint */
  setup_token_id: Scalars['String']['input'];
};

Referenced Types

On this page