Payments > Gateways > gatewaysCreate
POST:gateways.json
Description
Create one or multiple gateways.
Permission bit: "gateways.create"
Topic: Gateways
Arguments
data: [GatewayCreate!]!
Main argument for mutations.
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
currencies: [GatewayCurrencyCreate!]
A list of currencies enabled for this gateway
Whether this gateway is enabled or not
Example: true
manual: GatewayManualCreate
paypal: GatewayPaypalCreate
stripe: GatewayStripeCreate
test: GatewayTestCreate
Whether gateway test mode is enabled
Example: false
type: GatewayType!
Gateway type
visibility: GatewayVisibility
Gateway visibility mode
Result
[Gateway!]
Preview (typescript)
Loading module