# capturePayment

Captures a previously authorized (`AUTHORIZED`) payment. `amount` defaults to the authorized amount; partial captures are supported.

```
capturePayment(

  input: CapturePaymentInput!

): Payment
```

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

#### [`capturePayment.input`](#input) ● [`CapturePaymentInput!`](https://docs.monei.com/es/es/apis/graphql/types/inputs/capture-payment-input/.md) non-null input[​](#input "Enlace directo al input")

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

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

Payment returned from create/refund/capture/cancel and the send-link/receipt mutations.
