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 miscellaneous
Payment gateway name.
PaymentGateway.id
● ID!
non-null scalar miscellaneous
Payment gateway ID.
PaymentGateway.config
● [GatewayConfigLine!]!
non-null object payments
Payment gateway client configuration.
PaymentGateway.currencies
● [String!]!
non-null scalar miscellaneous
Payment gateway supported currencies.
Member Of
Checkout
object ● Shop
object ● StoredPaymentMethod
object