Refund a payment fee (Just the payment fee!)
DELETE/order/:guid/payments/:payment_guid/return
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Refund a payment fee (Just the payment fee!). This endpoint has been replaced by DELETE /order/{guid}/custom_refund
.
Request​
Responses​
- 200
- 403
- 404
- 406
Payment fee refunded successfully.
Unauthorized. You do not have permission to manage the Order.
Order or Payment not found.
Request is invalid, there was no paid Payment found.