Download a report
This endpoint allows downloading a previously generated report in CSV format.
Use the id returned when you requested the report.
Authorization
oauth OAuth2 password grant - see the documentation in the oAuth2 Authentication section
In: header
Path Parameters
ID of report
uuidResponse Body
text/csv
application/json
application/json
curl -X GET "https://api.sandbox.volt.io/reports/497f6eca-6276-4993-bfeb-53cbbbba6f08/download""string"{
"exception": {
"code": 400,
"message": "string"
}
}{
"exception": {
"code": 404,
"message": "string"
}
}New payment request POST
The first step is to submit the details of the payment you'd like to initiate. We'll validate that all the required data is supplied and that it's a payment that Volt can support. Step-by-step instructions for payment initiation are available in our [integration guides](https://docs.volt.io/gateway/hosted/) area.
Get report by ID GET
This endpoint allows fetching the details of a specific report. Note that this will return the details of the report only. To download the report as a CSV file, use the ```/reports/{id}/download``` endpoint. Provide the ```id``` returned when you requested the report.