logoSellhub
Invoices
background
Sellhub Docs
Sellhub Docs
Refund Invoice
POST
/invoices/{id}/refund

Authorization

Authorization<token>

In: header

Path Parameters

idRequiredstring

Invoice ID

curl -X POST "https://dash.sellhub.cx/api/sellhub/invoices/<string>/refund" \
  -H "Authorization: <token>"

Invoice refunded successfully

{
  "success": "Invoice refunded successfully."
}