Types > GatewayStripeCreate
Commerce APITypesGatewayStripeCreate
GatewayStripeCreate

Description

Fields

amex_express_checkout: GatewayStripeAmexExpressCheckoutCreate!

Enable/disable Amex Express Checkout


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!


masterpass: GatewayStripeMasterpassCreate!

Enable/disable Masterpass


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


visa_checkout: GatewayStripeVisaCheckoutCreate!

Enable/disable Visa Checkout


Used By

Types

GatewayCreate, GatewayModify

Preview (typescript)

Loading module