Skip to main content
Version: 3.x

PaymentGateway

Available payment gateway backend with configuration necessary to setup client.

type PaymentGateway {
name: String!
id: ID!
config: [GatewayConfigLine!]!
currencies: [String!]!
}

Fields

PaymentGateway.name ● String! non-null scalar

Payment gateway name.

PaymentGateway.id ● ID! non-null scalar

Payment gateway ID.

PaymentGateway.config ● [GatewayConfigLine!]! non-null object

Payment gateway client configuration.

PaymentGateway.currencies ● [String!]! non-null scalar

Payment gateway supported currencies.

Member of

Checkout object ● Shop object ● StoredPaymentMethod object


Was this page helpful?