Skip to main content

PaymentGatewayInitialize Object

Initializes a payment gateway session. It triggers the webhook PAYMENT_GATEWAY_INITIALIZE_SESSION, to the requested paymentGateways. If paymentGateways is not provided, the webhook will be send to all subscribed payment gateways. There is a limit of 100 transaction items per checkout / order.

type PaymentGatewayInitialize {
gatewayConfigs: [PaymentGatewayConfig!]
errors: [PaymentGatewayInitializeError!]!
}

Fields

gatewayConfigs ● [PaymentGatewayConfig!]

List of payment gateway configurations.

errors ● [PaymentGatewayInitializeError!]!

Returned By

paymentGatewayInitialize mutation