Skip to main content

ConfigEshopCheckoutStripe Object

Description

Stripe payment method configuration.

Declaration

type ConfigEshopCheckoutStripe {
enabled: Boolean
accountId: String
secretKey: String
publishableKey: String
locations: [ConfigEshopCheckoutStripeLocation!]
}

Fields

NameTypeDescription
enabledBooleanWhether Stripe is enabled.
accountIdStringStripe account identifier.
secretKeyStringStripe secret key.
publishableKeyStringStripe publishable key.
locations[ConfigEshopCheckoutStripeLocation!]List of Stripe locations for in-person payments.