paymentInitialize
Initializes payment process when it is required by gateway.
paymentInitialize(
channel: String
gateway: String!
paymentData: JSONString
): PaymentInitialize
Arguments
paymentInitialize.channel
● String
scalar
Slug of a channel for which the data should be returned.
paymentInitialize.gateway
● String!
non-null scalar
A gateway name used to initialize the payment.
paymentInitialize.paymentData
● JSONString
scalar
Client-side generated data required to initialize the payment.
Type
PaymentInitialize
object
Initializes payment process when it is required by gateway.