Skip to main content

paymentCheckBalance Mutation

DEPRECATED

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

Check payment balance.

paymentCheckBalance(
input: PaymentCheckBalanceInput!
): PaymentCheckBalance @deprecated
Details
type PaymentCheckBalance {
data: JSONString
paymentErrors: [PaymentError!]! @deprecated
errors: [PaymentError!]!
}

Arguments

input ● PaymentCheckBalanceInput!

Fields required to check payment balance.

Type

PaymentCheckBalance

Check payment balance.