PaymentGatewayToInitialize
No description
input PaymentGatewayToInitialize {
id: String!
data: JSON
}
Fields
PaymentGatewayToInitialize.id ● String! non-null scalar
The identifier of the payment gateway app to initialize.
PaymentGatewayToInitialize.data ● JSON scalar
The data that will be passed to the payment gateway.
Member of
paymentGatewayInitialize mutation ● transactionInitialize mutation
Was this page helpful?