Skip to main content

PaymentCheckBalance Object

Check payment balance.

type PaymentCheckBalance {
data: JSONString
paymentErrors: [PaymentError!]! @deprecated
errors: [PaymentError!]!
}

Fields​

data ● JSONString​

Response from the gateway.

errors ● [PaymentError!]!​

Show deprecatedHide deprecated

paymentErrors ● [PaymentError!]!​

DEPRECATED

Use errors field instead.

Returned By​

paymentCheckBalance mutation