# charges

Paginated charges, sorted by `createdAt` descending. `search` is a case-insensitive prefix match across `id`, `orderId`, `providerReferenceId`, `customer.email`, `authorizationCode`, and `paymentMethod.card.last4`. Combine with `filter` for structured queries.

```
charges(

  filter: SearchableChargeFilterInput

  search: String

  size: Int

  from: Int

): ChargesConnection!
```

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

#### [`charges.filter`](#filter) ● [`SearchableChargeFilterInput`](https://docs.monei.com/es/es/apis/graphql/types/inputs/searchable-charge-filter-input/.md) input[​](#filter "Enlace directo al filter")

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

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

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

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

#### [`ChargesConnection`](https://docs.monei.com/es/es/apis/graphql/types/objects/charges-connection/.md) object[​](#chargesconnection- "Enlace directo al chargesconnection-")

Paginated charges result.
