# paymentRule

Fetches a single payment rule owned by the authenticated account.

```
paymentRule(

  id: ID!

): PaymentRule
```

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

#### [`paymentRule.id`](#id) ● [`ID!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) non-null scalar[​](#id "Enlace directo al id")

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

#### [`PaymentRule`](https://docs.monei.com/es/es/apis/graphql/types/objects/payment-rule/.md) object[​](#paymentrule- "Enlace directo al paymentrule-")

Conditional rule the merchant configures to control card routing or payment-method visibility. Rules are evaluated per transaction; when `conditions` match, `action` is applied.
