RefundPaymentRequest
amountinteger<int32>
The amount to refund, which must be less than or equal to the original amount.
Example:
110refundReasonPayment-RefundReason (string)
The reason for refunding the Payment.
Possible values: [duplicated, fraudulent, requested_by_customer]
Example:
nullRefundPaymentRequest
{
"amount": 110,
"refundReason": null
}