Credit Notes
Create a credit note
Create a credit note against an invoice. Starts in DRAFT status.
post/api/credit-notes
Request body
Example request
{
"amount": 25000,
"currency": "UGX"
}Response
Credit note created
Example response
{
"id": "clx1234567890",
"invoiceId": "clxinv123",
"customerId": "clxcust123",
"amount": "50.0000",
"currency": "USD",
"reason": "ORDER_CHANGE",
"status": "DRAFT"
}