credit-memos
Customer credits that can be applied to invoices.
10 endpoints.
- GET
/api/v1/credit-memosList credit memos - POST
/api/v1/credit-memosCreate credit memo - GET
/api/v1/credit-memos/customers/{customer_id}/creditsGet customer available credits - POST
/api/v1/credit-memos/suggestAI credit memo suggestions - DELETE
/api/v1/credit-memos/{credit_memo_id}Delete credit memo - GET
/api/v1/credit-memos/{credit_memo_id}Get credit memo - PUT
/api/v1/credit-memos/{credit_memo_id}Update credit memo - POST
/api/v1/credit-memos/{credit_memo_id}/applyApply credit memo to invoice - POST
/api/v1/credit-memos/{credit_memo_id}/issueIssue credit memo - POST
/api/v1/credit-memos/{credit_memo_id}/voidVoid credit memo