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