Skip to main content
Version: 3.x

PaymentCheckBalanceInput

No description

input PaymentCheckBalanceInput {
gatewayId: String!
method: String!
channel: String!
card: CardInput!
}

Fields

PaymentCheckBalanceInput.gatewayId ● String! non-null scalar

An ID of a payment gateway to check.

PaymentCheckBalanceInput.method ● String! non-null scalar

Payment method name.

PaymentCheckBalanceInput.channel ● String! non-null scalar

Slug of a channel for which the data should be returned.

PaymentCheckBalanceInput.card ● CardInput! non-null input

Information about card.

Member of

paymentCheckBalance mutation


Was this page helpful?