PaymentGatewayInitialize
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.
This API is currently in Feature Preview and can be subject to changes at later point.
type PaymentGatewayInitialize {
gatewayConfigs: [PaymentGatewayConfig!]
errors: [PaymentGatewayInitializeError!]!
}
Fields
PaymentGatewayInitialize.gatewayConfigs
● [PaymentGatewayConfig!]
list object
List of payment gateway configurations.
PaymentGatewayInitialize.errors
● [PaymentGatewayInitializeError!]!
non-null object
Returned by
paymentGatewayInitialize
mutation