PaymentCheckBalance Object
Check payment balance.
type PaymentCheckBalance {
  data: JSONString
  paymentErrors: [PaymentError!]! @deprecated
  errors: [PaymentError!]!
}
Fields
PaymentCheckBalance.data ● JSONString scalar miscellaneous
Response from the gateway.
PaymentCheckBalance.paymentErrors ● [PaymentError!]! deprecated non-null object payments
DEPRECATED
This field will be removed in Saleor 4.0. Use errors field instead.
PaymentCheckBalance.errors ● [PaymentError!]! non-null object payments
Returned By
paymentCheckBalance mutation