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

# PaymentCheckBalanceInput Input Type

Fields required to check a payment balance.

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

```graphql
input PaymentCheckBalanceInput {
  gatewayId: String!
  method: String!
  channel: String!
  card: CardInput!
}
```

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

### Fields

<a id="gateway-id"></a>

#### [`gatewayId`](#gateway-id) ● [`String!`](/api-reference/miscellaneous/scalars/string.md)

An ID of a payment gateway to check.

<a id="method"></a>

#### [`method`](#method) ● [`String!`](/api-reference/miscellaneous/scalars/string.md)

Payment method name.

<a id="channel"></a>

#### [`channel`](#channel) ● [`String!`](/api-reference/miscellaneous/scalars/string.md)

Slug of a channel for which the data should be returned.

<a id="card"></a>

#### [`card`](#card) ● [`CardInput!`](/api-reference/miscellaneous/inputs/card-input.md)

Information about card.

<a id="member-of"></a>

### Member Of

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