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