# CapturePaymentRequest

**amount**int32

The amount to capture, which must be less than or equal to the original amount. Any additional amount will be automatically refunded.

**Example:<!-- -->&#x20;**`110`

CapturePaymentRequest

```
{

  "amount": 110

}
```
