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