Payments > Gateways > gatewaysModify
POST:gateways.json
Description
Modify one or multiple gateways.
Permission bit: "gateways.modify"
Topic: Gateways
Arguments
data: [GatewayModify!]!
Main argument for mutations.
List of gateway ids. See also: Unique Identifiers
Example: ["gw_EQzGqWoY"]
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
visibility: GatewayVisibility
Gateway visibility mode
Result
[Gateway!]
Preview (typescript)
Loading module