Docs
Dashboard

StripePaymentGatewayInput

Input

The input for creating or updating a Stripe payment gateway.

#

Fields


name
String!

The name of the Stripe payment gateway.

predicate
String

Optional cart predicate that controls when this payment gateway is available.

Thor predicates are boolean expressions. Cart discounts and shipping rules evaluate against cart context; product discounts evaluate against price and product context. Cart predicate language and product predicate language.
publishableKey
String!

The publishable key for the Stripe payment gateway. Start with “pk_”.

secretKey
String!

The secret key for the Stripe payment gateway. Start with “sk_”.