Welcome to Zuora Product Documentation

Explore our rich library of product information

Get Accounting Rules - Billing Rules

Learn how to retrieve the Accounting Rules settings by the Settings API.

To get accounting rules, see the following request and a sample of 200 response.

HTTP request:

GET https://rest.zuora.com/settings/accounting-rules

Response body:

{
"createJournalEntriesForPendingPayments": true/false,
"allowBlankAccountingCodes": true,
"allowCreationInClosedPeriod": true,
"allowUsageInClosedPeriod": true,
"allowRevenueScheduleNegativeAmounts": true,
"differentCurrencies": true,
"cashBasedAccountingStartDate": "2024-11-11"
}