Skip to main content

PaymentGateway Object

Available payment gateway backend with configuration necessary to setup client.

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

Fields

name ● String!

Payment gateway name.

id ● ID!

Payment gateway ID.

config ● [GatewayConfigLine!]!

Payment gateway client configuration.

currencies ● [String!]!

Payment gateway supported currencies.

Member Of

Checkout object ● Shop object ● StoredPaymentMethod object