- Retrieve a journal 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 summary 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 report
Retrieves a journal report which displays revenue for each account.
A revenue journal is a detailed revenue waterfall report that describes revenue recognized in a specific month, aggregated by product ID, product accounting code, or plan ID. It contains information on booked revenue, recognized revenue for each aggregation field in the booked period, and the remaining revenue up to the selected month.
Security
SecretApiKey or JWT
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/experimental/reports/journal
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/experimental/reports/journal
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/experimental/reports/journal
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/experimental/reports/journal?currency=USD&bookedFrom=2022-01&bookedTo=2022-01&recognizedAt=2022-04&aggregationField=product.accountingCode&limit=1000&offset=1000&filter=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Response
{ "aggregationField": "product.accountingCode", "currency": "USD", "bookedFrom": "2022-01", "bookedTo": "2022-01", "recognizedAt": "2022-01", "data": [ { … } ] }