Note: This operation is only available if you have Invoice Settlement enabled. The Invoice Settlement feature is generally available as of Zuora Billing Release 296 (March 2021). This feature includes Unapplied Payments, Credit and Debit Memo, and Invoice Item Settlement. If you want to enable Invoice Settlement, see Invoice Settlement Enablement and Checklist Guide for more information.
Creates an ad-hoc debit memo from a product rate plan charge. Zuora supports the creation of debit memos from any type of product rate plan charge. The charges can also have any amount and any charge model, except for discout charge models.
When debit memos are created from product rate plan charges, the specified amount with decimal places is now validated based on the decimal places supported by each currency.
You can create a debit memo only if you have the user permission. See Billing Roles for more information.
Idempotency-Key | string <= 255 characters Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident. |
Accept-Encoding | string Include the If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a |
Content-Encoding | string Include the |
Authorization | string The value is in the |
Zuora-Track-Id | string <= 64 characters A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon ( |
Zuora-Entity-Ids | string An entity ID. If you have Zuora Multi-entity enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you should not set this header. |
Zuora-Org-Ids | string Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs. |
zuora-version | string The minor API version. For a list of available minor versions, see API upgrades. |
accountId | string The ID of the account associated with the debit memo. Note: When creating debit memos from product rate plan charges, you must specify |
accountNumber | string The number of the account associated with the debit memo. Note: When creating debit memos from product rate plan charges, you must specify |
autoPay | boolean Whether debit memos are automatically picked up for processing in the corresponding payment run. By default, debit memos are automatically picked up for processing in the corresponding payment run. |
autoPost | boolean Default: false Whether to automatically post the debit memo after it is created. Setting this field to |
Array of objects (charges) <= 1000 items Container for product rate plan charges. The maximum number of items is 1,000. | |
comment | string [ 0 .. 255 ] characters Comments about the debit memo. |
currency | string The code of a currency as defined in Billing Settings through the Zuora UI. If you do not specify a currency during debit memo creation, the default account currency is applied. The currency that you specify in the request must be configured and activated in Billing Settings. Note: This field is available only if you have the Multiple Currencies feature enabled. |
Array of objects (customRates) <= 2 items It contains Home currency and Reporting currency custom rates currencies. The maximum number of items is 2 (you can pass the Home currency item or Reporting currency item or both). Note:
| |
dueDate | string <date> The date by which the payment for the debit memo is due, in |
effectiveDate | string <date> The date when the debit memo takes effect. |
number | string <= 32 characters A customized debit memo number with the following format requirements:
The value must be unique in the system, otherwise it may cause issues with bill runs and subscriptions. If not provided, Zuora will generate a unique number per the sequence set on the account level. If the account-level sequence set is not specified, the system default sequence set is used. For more information, see Configure prefix and numbering for billing documents. |
reasonCode | string A code identifying the reason for the transaction. The value must be an existing reason code or empty. If you do not specify a value, Zuora uses the default reason code. |
IntegrationId__NS | string <= 255 characters ID of the corresponding object in NetSuite. Only available if you have installed the Zuora Connector for NetSuite. |
IntegrationStatus__NS | string <= 255 characters Status of the debit memo's synchronization with NetSuite. Only available if you have installed the Zuora Connector for NetSuite. |
SyncDate__NS | string <= 255 characters Date when the debit memo was synchronized with NetSuite. Only available if you have installed the Zuora Connector for NetSuite. |
property name* additional property | any Custom fields of the Debit Memo object. The name of each custom field has the form |
Internal Server Error
Request Errors
{- "accountId": "8ad09be48db5aba7018db604776d4854",
- "charges": [
- {
- "amount": 10,
- "productRatePlanChargeId": "8ad097b4909708e001909b41bb085d38"
}
]
}
{- "id": "8ad093789169a0c001916e6be7cf7113",
- "number": "DM00000002",
- "accountId": "8ad09be48db5aba7018db604776d4854",
- "accountNumber": "A00000097",
- "debitMemoDate": "2024-08-19",
- "currency": "USD",
- "targetDate": null,
- "dueDate": "2024-09-18",
- "postedOn": null,
- "postedById": null,
- "status": "Draft",
- "amount": 10,
- "taxAmount": 0,
- "totalTaxExemptAmount": 0,
- "balance": 10,
- "beAppliedAmount": 0,
- "autoPay": true,
- "comment": null,
- "referredInvoiceId": null,
- "transferredToAccounting": "No",
- "reasonCode": "Correcting invoice error",
- "createdDate": "2024-08-19 23:14:11",
- "createdById": "b243314d594646d3b2651aeedd4be47e",
- "updatedDate": "2024-08-19 23:14:11",
- "updatedById": "b243314d594646d3b2651aeedd4be47e",
- "cancelledOn": null,
- "cancelledById": null,
- "referredCreditMemoId": null,
- "latestPDFFileId": null,
- "taxStatus": "Complete",
- "sourceType": "Standalone",
- "taxMessage": null,
- "billToContactId": null,
- "billToContactSnapshotId": null,
- "paymentTerm": null,
- "sequenceSetId": null,
- "invoiceGroupNumber": null,
- "success": true
}