# 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 "Direct link to Arguments")

#### [`paymentRules.token`](#token) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#token "Direct link to token")

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

### Type[​](#type "Direct link to Type")

#### [`PaymentRulesConnection`](https://docs.monei.com/apis/graphql/types/objects/payment-rules-connection/.md) object[​](#paymentrulesconnection- "Direct link to paymentrulesconnection-")

Paginated list of payment rules.
