- Retrieve a journal summary report
Retrieve an API log summary report
Retrieve an AML checks report
Retrieve AML inherited-match report
Retrieve a cumulative subscriptions report
Retrieve dashboard data
Retrieve a DCC markup report
Retrieve a declined transactions report
Retrieve a deferred revenue report
Retrieve a disputes report
Retrieve events triggered summary report
Retrieve a rules matched summary report
Retrieve a future renewals report
Retrieve a journal report
Retrieve a KYC acceptance summary report
Retrieve a KYC rejections report
Retrieve a KYC requests report
Retrieve a MRR report
Retrieve an ARR report
Retrieve a renewal sales report
Retrieve a retention percentage report
Retrieve a retention value report
Retrieve a revenue waterfall report
Retrieve a subscription cancellation report
Retrieve a subscription renewal report
Retrieve a tax report
Retrieve a time series transactions report
Retrieve a transaction time dispute report
Retrieve a transactions report
Retrieve a journal summar...
Retrieves a journal summary report which displays recognized revenue by journal account name for each calendar month. It includes both monthly and annual journal entries, and sums the revenue per account for each month.
- Rows: Represent individual journal account names, corresponding to product or revenue categories.
- Columns: Represent monthly periods, showing the total recognized revenue in each journal account for that month.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/experimental/reports/journal-summary
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/experimental/reports/journal-summary
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/experimental/reports/journal-summary
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/experimental/reports/journal-summary?periodStart=2025-06&periodEnd=2025-09¤cy=USD&aggregationField=journalRecord.creditAccountId&amountField=journalRecord.estimatedAmount&journalAccountIds=jrn_acc_01JXFPKZP4QE4CR3GTT23K8R5J%2Cjrn_acc_01JXFPM6M3CYJ496E5NSCBPM49' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Report retrieved.
Journal account by which the report amounts are aggregated.
Enum:"journalRecord.creditAccountId""journalRecord.debitAccountId"
Journal record amount field which is used to calculate the report amounts.
Enum:"journalRecord.estimatedAmount""journalRecord.recognizedAmount"
Comma-separated list of journal account IDs which are provided to filter the report. A null value means that no value is provided and all journal accounts are included.
Example:"jrn_acc_01JXFPKZP4QE4CR3GTT23K8R5J,jrn_acc_01JXFPM6M3CYJ496E5NSCBPM49"
Response
{ "aggregationField": "journalRecord.creditAccountId", "amountField": "journalRecord.estimatedAmount", "currency": "USD", "periodStart": "2025-06", "periodEnd": "2025-09", "journalAccountIds": "jrn_acc_01JXFPKZP4QE4CR3GTT23K8R5J,jrn_acc_01JXFPM6M3CYJ496E5NSCBPM49", "data": [ { … } ] }