@stigg/node-server-sdk - v4.23.0

    Type Alias StripeCredentialsInput

    Input configuration for Stripe integration

    type StripeCredentialsInput = {
        accountId?: InputMaybe<Scalars["String"]>;
        authorizationCode: Scalars["String"];
        isTaxEnabled?: InputMaybe<Scalars["Boolean"]>;
        isTestMode: Scalars["Boolean"];
    }
    Index

    Properties

    ID of the Stripe account

    authorizationCode: Scalars["String"]

    Authorization code for Stripe

    isTaxEnabled?: InputMaybe<Scalars["Boolean"]>

    Whether tax is enabled for the Stripe account

    isTestMode: Scalars["Boolean"]

    Whether the Stripe account is in test mode

    MMNEPVFCICPMFPCPTTAAATR