v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBcredit-memos
Create a credit memo
Create a new credit memo.
With a credit memo, you can adjust the invoice amount owed by a customer.
See Credit memos in the Guides section for more information, sample requests, and responses.
post/v3/credit-memos
Headers
sessionIdstring nullable
API session ID generated with /v3/login
Example:{{session_id}}
devKeystring nullable
Developer key generated with your BILL developer account
Example:{{developer_key}}
Request body
Example request
{
"customerId": "{{customer_id}}",
"referenceNumber": "202602-creditmemo",
"creditDate": "2026-12-28",
"creditMemoLineItems": [
{
"description": "Classic extreme drum sticks",
"price": 14.99,
"quantity": 2
},
{
"description": "Metal guitar picks (5-pack)",
"price": 50,
"quantity": 1
},
{
"description": "10% discount",
"ratePercent": -10
}
],
"description": "Paperless Credit Memo"
}Response
Create a credit memo response