cURL
curl --request POST \ --url http://localhost:6900/v1/credit-notes \ --header 'Content-Type: application/json' \ --data ' { "invoice_id": "<string>", "amount": 1, "reason": "<string>" } '
null
Issues a credit note against an invoice for partial or full refund.
Documentation IndexFetch the complete documentation index at: https://docs.revstack.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.revstack.dev/llms.txt
Use this file to discover all available pages before exploring further.
1
x > 0
Credit note created
The response is of type unknown.
unknown