# RefundPaymentRequest

**amount**int32

The amount to refund, which must be less than or equal to the original amount.

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

**refundReason**Payment-RefundReason

The reason for refunding the Payment.

**Possible values:** \[`duplicated`, `fraudulent`, `requested_by_customer`]

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

RefundPaymentRequest

```
{

  "amount": 110,

  "refundReason": null

}
```
