Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.useduro.com/v1/invoices/{id}/refund \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "amount": 123, "reason": "<string>" } '
{ "invoiceId": "<string>", "refunded": 123, "status": "<string>" }
A secret key (sk_test_… / sk_live_…), OAuth token, or identity token.
Refund recorded
Was this page helpful?