USER
, TRANSACTION
and REGULATORY
reports.
This document will guide you on how to create, and get report details.
POST
request to /reportsurl
and/or email
when creating a report request. The resulting report will be sent to the specified url
and/or email
.
GET
request to /reports.GET
request to /reports/{reportId}
Property | Definition |
---|---|
reportId | Unique report identifier |
reportTypes | List of report types |
status | Current status of the report |
url | A valid url to receive the report |
email | A valid email to receive the report |
createdAt | Created at unix timestamp |
updatedAt | Updated at unix timestamp |
Name | Definition |
---|---|
PROCESSING | Report is currenting processing |
COMPLETED | Report has completed processing |
ERROR | Report processing ended in an error |
Name | Definition |
---|---|
USER | User reports |
TRANSACTION | Transaction reports |
REGULATORY | Regulatory reports |
Subscription | Definition | Domain |
---|---|---|
REPORT | Only events that deal with reports | Reports |