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

# PaymentGateway Object

Available payment gateway backend with configuration necessary to setup client.

```graphql
type PaymentGateway {
  name: String!
  id: ID!
  config: [GatewayConfigLine!]!
  currencies: [String!]!
}
```

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

### Fields

<a id="name"></a>

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

Payment gateway name.

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

#### [`id`](#id) ● [`ID!`](/api-reference/miscellaneous/scalars/id.md)

Payment gateway ID.

<a id="config"></a>

#### [`config`](#config) ● [`[GatewayConfigLine!]!`](/api-reference/payments/objects/gateway-config-line.md)

Payment gateway client configuration.

<a id="currencies"></a>

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

Payment gateway supported currencies.

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

### Member Of

[`Checkout`](/api-reference/checkout/objects/checkout.md) object  ● [`Shop`](/api-reference/miscellaneous/objects/shop.md) object  ● [`StoredPaymentMethod`](/api-reference/payments/objects/stored-payment-method.md) object
