- Retrieve a revenue waterfall 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 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 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 revenue waterf...
Retrieves a revenue waterfall report.
Use revenue waterfall reports to view revenue that is recognized up to a given month. Revenue waterfall reports contain information on booked revenue, recognized revenue for the months in the issued period, and the remaining revenue up to the specified month.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/experimental/reports/revenue-waterfall
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/experimental/reports/revenue-waterfall
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/experimental/reports/revenue-waterfall
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/experimental/reports/revenue-waterfall?currency=USD&issuedFrom=2022-01&issuedTo=2022-04&recognizedTo=2022-04' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Report retrieved.
Array []
Amount of recognized revenue amount up to, and including, the recognizedTo month.
Example:20
Amount of revenue that remains to be recognized after the recognizedTo month.
Example:5
Response
[ { "issuedMonth": "2022-02", "booked": 25, "recognized": 20, "remaining": 5, "waterfall": [ … ] } ]