PaymentCheckBalance Object
Check payment balance.
type PaymentCheckBalance {
data: JSONString
paymentErrors: [PaymentError!]! @deprecated
errors: [PaymentError!]!
}
Fields
data ● JSONString
Response from the gateway.
errors ● [PaymentError!]!
Show deprecated
Returned By
paymentCheckBalance mutation