- Retrieve AML inherited-match report
Retrieve an API log summary report
Retrieve an AML checks 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 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 AML inherited-ma...
Retrieves a summary of AML checks that inherit status from another check, grouped by provenance reason, for the selected period.
Each category row contains the number of checks. This value is used to calculate the percentage of all inherited checks in the period. Propagated checks, which are reviewed without a human reviewer, are included in the total.
Use the collection filter to filter results by AML check fields from the AML checks report.
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/aml-checks-inherited-summary
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/experimental/reports/aml-checks-inherited-summary
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/experimental/reports/aml-checks-inherited-summary
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/experimental/reports/aml-checks-inherited-summary?periodStart=2019-08-24T14%3A15%3A22Z&periodEnd=2019-08-24T14%3A15%3A22Z&filter=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Response
{ "totalInherited": 0, "categories": [ { … } ] }