Postman logo
Postman is a platform for building and using APIs.  It’s what our own engineers use to test our APIs during the development process.  To make it easy for your developers to integrate us, we’re sharing our Postman environments and Postman collection.

Find out more about Postman (opens in a new tab)

Collection

1. Download, open or copy the link to our Postman collection

  • To download, right-click on the button and download the linked file
  • To copy the URL, right-click on the button and copy the link to the file

Volt Postman collection (.json)

2. Import the file, URL or raw text directly into Postman

  • Go to Postman > File > Import
  • Then either
    • Drag and drop the .json file – or
    • Paste in the raw content of the .json file and press ENTER to import it – or 
    • Paste in the URL to import the .json file directly 

Environments

In Postman, an environment is a set of one or more variables that you can reference when sending requests or writing test scripts. We have created separate environments for our sandbox and production servers to help you as you progress with your integration.

1. Copy the code for each environment

To setup each environment, simply copy the corresponding code below.

2. Import it into Postman using the raw text option

  • Go to Postman > File > Import
  • Paste in the text you copied and press ENTER to import the environment
  • Volt Sandbox
  • Volt Production
{
	"id": "446d55f3-e7fe-49fa-9dda-64088f925441",
	"name": "Volt Sandbox",
	"values": [
		{
			"key": "api.url",
			"value": "https://api.sandbox.volt.io",
			"type": "default",
			"enabled": true
		},
		{
			"key": "api.url-verify",
			"value": "https://verify-sandbox.volt.io",
			"type": "default",
			"enabled": true
		},
		{
			"key": "api.client_id",
			"value": "-- add your clien_id from Fuzebox --",
			"type": "default",
			"enabled": true
		},
		{
			"key": "api.client_secret",
			"value": "",
			"type": "secret",
			"enabled": true
		},
		{
			"key": "api.username",
			"value": "-- add your username from Fuzebox --",
			"type": "default",
			"enabled": true
		},
		{
			"key": "api.password",
			"value": "",
			"type": "secret",
			"enabled": true
		},
		{
			"key": "api.access_token",
			"value": "",
			"type": "default",
			"enabled": true
		},
		{
			"key": "api.refresh_token",
			"value": "",
			"type": "default",
			"enabled": true
		},
		{
			"key": "api.payment_id",
			"value": "",
			"type": "any",
			"enabled": true
		},
		{
			"key": "current_timestamp",
			"value": "",
			"type": "any",
			"enabled": true
		}
	],
	"_postman_variable_scope": "environment",
	"_postman_exported_at": "2023-06-10T17:17:53.946Z",
	"_postman_exported_using": "Postman/10.14.2"
}
{
	"id": "ecf08e18-8784-4dad-9e3b-598fb67fe029",
	"name": "Volt Production",
	"values": [
		{
			"key": "api.url",
			"value": "https://api.volt.io",
			"type": "default",
			"enabled": true
		},
		{
			"key": "api.url-verify",
			"value": "https://verify.volt.io",
			"type": "default",
			"enabled": true
		},
		{
			"key": "api.client_id",
			"value": "-- add your clien_id from Fuzebox --",
			"type": "default",
			"enabled": true
		},
		{
			"key": "api.client_secret",
			"value": "",
			"type": "secret",
			"enabled": true
		},
		{
			"key": "api.username",
			"value": "-- add your username from Fuzebox --",
			"type": "default",
			"enabled": true
		},
		{
			"key": "api.password",
			"value": "",
			"type": "secret",
			"enabled": true
		},
		{
			"key": "api.access_token",
			"value": "",
			"type": "default",
			"enabled": true
		},
		{
			"key": "api.refresh_token",
			"value": "",
			"type": "default",
			"enabled": true
		},
		{
			"key": "api.payment_id",
			"value": "",
			"type": "any",
			"enabled": true
		},
		{
			"key": "current_timestamp",
			"value": "",
			"type": "any",
			"enabled": true
		}
	],
	"_postman_variable_scope": "environment",
	"_postman_exported_at": "2023-06-10T17:18:08.178Z",
	"_postman_exported_using": "Postman/10.14.2"
}