Credit Notes
Finalize a credit note
Move a credit note from DRAFT to FINALIZED status.
post/api/credit-notes/{id}/finalize
Path parameters
idstring required
Credit note ID
Response
Credit note finalized
Example response
{
"id": "clx1234567890",
"invoiceId": "clxinv123",
"customerId": "clxcust123",
"amount": "50.0000",
"currency": "USD",
"reason": "ORDER_CHANGE",
"status": "DRAFT"
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○