PaymentCheckBalance
Check payment balance.
type PaymentCheckBalance {
data: JSONString
paymentErrors: [PaymentError!]! @deprecated
errors: [PaymentError!]!
}
Fields
PaymentCheckBalance.data ● JSONString scalar
Response from the gateway.
PaymentCheckBalance.paymentErrors ● [PaymentError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
PaymentCheckBalance.errors ● [PaymentError!]! non-null object
Returned by
paymentCheckBalance mutation
Was this page helpful?