Request this endpoint to get single specific report details by report id. You can use this endpoint as alternative compared to using the report callback.
Unique ID generated by Xendit for the particular report
Successful operation
{
"id": "report_5c1b34a2-6ceb-4c24-aba9-c836bac82b28",
"type": "BALANCE_HISTORY",
"filter": {
"from": "2021-06-23T04:01:55.574Z",
"to": "2021-06-24T04:01:55.574Z"
},
"format": "CSV",
"url": "https://transaction-report-files.s3-us-west-2.amazonaws.com/{report_name}",
"currency": "IDR",
"business_id": "5f34f60535ba7c1c0eed846a",
"created": "2021-06-24T04:01:55.570Z",
"updated": "2021-06-24T04:01:55.570Z"
}
Report ID
The type of report that will be generated
Filtering that are applied to report
The combination of from
and to
must be less than 92 days.
The start time of the transaction to be filtered (ISO 8601)
The end time of the transaction to be filtered (ISO 8601)
The format of the report. Available format is CSV
.
URL to download after report is completed. The file to download will only be accessible for 24 hours. When the url is expired, you will need to send a new request to generate the report.
The currency to filter.
Unique ID generated by Xendit for the particular file
The time when the report request is created at UTC+0.
The time when the report is updated at UTC+0.
Inputs are failing validation. The errors field contains details about which fields are violating validation.
The provided id
does not exist. Please review the id
and try again