Purpose of credit and debit memos
Credit memos and debit memos are used to manage invoices and account balances.
You can create credit memos to reduce invoices and account balances, and create debit memos to increase the amount customers owe you.
The credit memos and debit memos can be issued in the following ways:
-
Create a credit or debit memo from an invoice
-
Create a credit or debit memo from charges
-
Generate credit memos by bill run
You can create memos from invoices or charges only if you have the user permission.
For information on how to create a credit or debit memo from an invoice, see here.
For information on how to create a standalone credit or debit memo from charges, see here.
Generate a credit memo by bill run
Follow the steps in Creating Bill Runs . Zuora automatically generates credit memos during the bill runs for negative charges based on your invoice and credit memo generation rule . The number of credit memos that are generated during the bill run is displayed on the bill run detail page.
Generate a credit memo by using the API
The following API operations could automatically generate credit memos for negative charges based on your invoice and credit memo generation rule:
-
Create an order (The runBilling field and write-off field must be set to true and if there is an open balance)
-
Create an order asynchronously (The
runBilling
field must be set totrue
)
Notes
When you create a credit or debit memo for usage charges, the quantity must be a positive value. If you leave it empty on the Zuora UI, it will be set to 1 as the default value.