Types > GatewayCreate
Commerce APITypesGatewayCreate
GatewayCreate

Description

Topic: Gateways

Fields

currencies: [GatewayCurrencyCreate!]

A list of currencies enabled for this gateway


enabled: Boolean

Whether this gateway is enabled or not

Example: true


manual: GatewayManualCreate


paypal: GatewayPaypalCreate


stripe: GatewayStripeCreate


test: GatewayTestCreate


test_mode: Boolean

Whether gateway test mode is enabled

Example: false


type: GatewayType!

Gateway type


visibility: GatewayVisibility

Gateway visibility mode


Used By

Mutations

gatewaysCreate

Preview (typescript)

Loading module