Reports are used to manage information related to accounts, merchants, and tenants over a specified date range. They are primarily used for retrieving data for various reporting purposes.
| Attribute | Description | Format |
|---|---|---|
id | Unique identifier for the report. | UUID e.g., 5def2f43-2c81-4230-85b2-c8a62f7460c9 |
accountId | Identifier of the account associated with the report. | UUID e.g., 5def2f43-2c81-4230-85b2-c8a62f7460c9 |
requestorId | Identifier of the person requesting the report. | UUID e.g., 5def2f43-2c81-4230-85b2-c8a62f7460c9 |
merchantId | Identifier of the merchant associated with the report. | UUID e.g., 5def2f43-2c81-4230-85b2-c8a62f7460c9 |
tenantId | Identifier of the tenant associated with the report. | UUID e.g., `5def2f43-2c81-4230-85b2-c8a62f7460c9 |
status | Current status of the report. | REQUESTED, SCHEDULED, CANCELLED, IN_PROGRESS, FAILED, COMPLETED |
type | Type of the report. | FIAT_STATEMENT, CRYPTO_STATEMENT, FIAT_TRANSACTIONS, CRYPTO_TRANSACTIONS |
requestedDate | Date and time when the report was requested. | ISO 8601 Timestamp e.g., 2024-01-01T00:00:00.000000Z |
reportFrom | Start date for the report period. | Date e.g., 2022-03-10 |
reportTo | End date for the report period. | Date e.g., 2022-03-10 |
downloadLink | Link to download the generated report. |