> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/payments/llms.txt)
> Source: https://docs.saleor.io/api-reference/payments/objects/payment-check-balance

# PaymentCheckBalance Object

Check payment balance.

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

<a id="fields"></a>

### Fields

<a id="data"></a>

#### [`data`](#data) ● [`JSONString`](/api-reference/miscellaneous/scalars/jsonstring.md)

Response from the gateway.

<a id="errors"></a>

#### [`errors`](#errors) ● [`[PaymentError!]!`](/api-reference/payments/objects/payment-error.md)

Show deprecatedHide deprecated

<a id="payment-errors"></a>

#### [`paymentErrors`](#payment-errors) ● [`[PaymentError!]!`](/api-reference/payments/objects/payment-error.md)

DEPRECATED

Use `errors` field instead.

<a id="returned-by"></a>

### Returned By

[`paymentCheckBalance`](/api-reference/deprecated/payments/mutations/payment-check-balance.md) mutation
