Go home
orborb

By developers, for developers

Integrate our API to start accepting real-time, account-to- account payments with Volt.

Access developer docs
Lines

First steps

How to get started

From grabbing some API credentials to telling us how to handle your customers, find out what needs to happen before you start integrating Volt.

Tell me more 

orborb

volt-emblem.svg

 

VOLT API

Integrate our real-time payments network

Begin your real-time payments journey by integrating our core API.
 You can then process your first test payment.

Lines leftLines right
<?php
use GuzzleHttp\Client;
$client = new Client();
$response = $client->post('https://api.volt.io/v2/payments', [
  'allow_redirects' => true,
  'headers' => [
    'Authorization' => "Bearer {$OAUTH_TOKEN}",
    'Content-Type' => 'application/json'
  ],
  'json' => [
    'currencyCode' => 'GBP',
    'amount' => 1000,
    'type' => 'GOODS',
    'uniqueReference' => 'sale12394',
    'shopper' => [
      'reference' => 'user13489',
      'email' => 'john.smith@example.com',
      'name' => 'John Smith',
      'ip' => '192.168.0.1'
    ]
  ]
])
$body = json_decode($response->getBody(), true);
$payment_id = $body['id'];
$checkout_url = $body['checkoutUrl'];

Developer docs

API reference

Access all the information you need to work with our API.

API docs 

orborb

GETTING UP AND RUNNING

The onboarding process

One integration to a world of real-time payments. Here’s what the Volt onboarding process looks like.

Pin
01

Submit your docs 

Complete your onboarding form and KYC documentation

Pin
02

Get set up

We’ll set you up on Fuzebox, your powerful merchant portal

Pin
03

Kick-off call

A Volt implementation engineer will ensure you’re up and running

Pin
04

Process payments

You’re then ready to process payments in your chosen markets

MERCHANT PORTAL

What to expect  from Fuzebox

  • Implement authentication flows
  • Create payment requests
  • Build your checkout
  • Verify and process notifications
orb
Lines

Get started now

Join the real-time revolution.   Give your customers a faster, easier and safer way to pay.

Get started now