AddRefunds
Request data used to refund a payment for an order.
Fields
Field | Description |
---|---|
amount
decimal
(required) |
Amount that needs to be refunded Example value:1.000000 |
paymentid
int
(required) |
Id of the payment that needs to be refunded Example value:1 |
Example
1{
2 "amount": 1.000000,
3 "paymentid": 1
4}