ConfigEshopCheckoutStripe Object
Description
Stripe payment method configuration.
Declaration
type ConfigEshopCheckoutStripe {
enabled: Boolean
accountId: String
secretKey: String
publishableKey: String
locations: [ConfigEshopCheckoutStripeLocation!]
}
Fields
| Name | Type | Description |
|---|---|---|
enabled | Boolean | Whether Stripe is enabled. |
accountId | String | Stripe account identifier. |
secretKey | String | Stripe secret key. |
publishableKey | String | Stripe publishable key. |
locations | [ConfigEshopCheckoutStripeLocation!] | List of Stripe locations for in-person payments. |