# paymentRules

Lists payment rules owned by the authenticated account. Returns both `CARD_ROUTING` and `PAYMENT_METHOD_VISIBILITY` rules; filter client-side by `ruleType`.

```
paymentRules(

  token: String

  pageSize: Int

): PaymentRulesConnection!
```

### Arguments[​](#arguments "Enlace directo al Arguments")

#### [`paymentRules.token`](#token) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#token "Enlace directo al token")

#### [`paymentRules.pageSize`](#page-size) ● [`Int`](https://docs.monei.com/es/es/apis/graphql/types/scalars/int/.md) scalar[​](#page-size "Enlace directo al page-size")

### Type[​](#type "Enlace directo al Type")

#### [`PaymentRulesConnection`](https://docs.monei.com/es/es/apis/graphql/types/objects/payment-rules-connection/.md) object[​](#paymentrulesconnection- "Enlace directo al paymentrulesconnection-")

Paginated list of payment rules.
