PaymentCheckBalanceInput Input Type
Fields required to check a payment balance.
The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.
input PaymentCheckBalanceInput {
gatewayId: String!
method: String!
channel: String!
card: CardInput!
}
Fields
gatewayId ● String!
An ID of a payment gateway to check.
method ● String!
Payment method name.
channel ● String!
Slug of a channel for which the data should be returned.
card ● CardInput!
Information about card.
Member Of
paymentCheckBalance mutation