Volt Gateway API (legacy)
Volt Gateway API (legacy)
Authenticating with the api
Payments
Payment details GET
Returns the full details of an existing payment that you've created througn the POST /payments endpoint. Simply supply the id of the payment we...
List payments GET
Reporting API available to fetch list of payments based on specific selection criteria
Payment Match Score GET
This endpoint will allow accurately matches naming nuances between merchant inputs and end-user bank records
New embedded checkout 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...
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...
Reporting
Download a report GET
This endpoint allows downloading a previously generated report in CSV format.
Use the id returned when you requested the report.
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...
Get available reports GET
This endpoint will allow you to fetch a list containing all the reports you've generated. Use the id of the report to download it using the...
Create Audit Log report POST
This endpoint initiates the generation of an audit log report for a specified time frame. Reports are generated asynchronously and, once ready, can...
Create Connect report POST
This endpoint allows you to request a Connect report for a selected bankAccountId and specific period. Once requested, your report will be generated...
Create Payment report POST
This endpoint allows you to request a payment report for a specific period. Once requested, your report will be generated asynchronously and...
Create Payouts report POST
This endpoint allows you to request a payouts report for a specific period. Once requested, your report will be generated asynchronously and...
Create Refund report POST
This endpoint allows you to request a refund report for a specific period. Once requested, your report will be generated asynchronously and available...
How is this guide?
Last updated on
Order vibans POST
Previous Page
oAuth2 password authentication POST
We use the industry-standard oAuth2 authentication to secure our API. ### Information you'll need - Your **Client ID** and **Client Secret** (from the application you created in Fuzebox) - Your **API username** and **password** (from the merchant credentials section in Fuzebox) Step-by-step instructions on how to authenticate are available in our [integration guides](https://docs.volt.io/gateway/authentication/) area.