Types > GatewayStripeCreate
Commerce APITypesGatewayStripeCreate
GatewayStripeCreate

Description

Fields

auto_capture: Boolean!

Automatically capture authorized orders

Example: false


card_tokenization: Boolean!

Whether it's allowed to tokenize (save) cards for future use or not

Example: false


cards: GatewayStripeCardsCreate!

Enable/disable credit cards per-type


code: String!


moto: Boolean!

Use stripe's MOTO options on payment intent transaction

Example: false


payment_methods: GatewayStripePaymentMethodsCreate!

Enable/disable additional payment methods


send_authorized_order_notifications: Boolean!

Send about to expire authorized orders notification (when auto_capture is false)

Example: false


Used By

Types

GatewayCreate, GatewayModify

Preview (typescript)

Loading module