Skip to main content
Version: 3.x

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

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

PaymentCheckBalance.errors ● [PaymentError!]! non-null object

Returned by

paymentCheckBalance mutation


Was this page helpful?