How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Volt Accounts API

The Accounts API powers Volt Accounts and virtual IBANs for settlement, collections, payouts and refunds, giving merchants programmatic named accounts for receiving and disbursing funds within the Volt network.

Volt Accounts API is one of 7 APIs that Volt publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Volt Accounts, Virtual IBAN, and Payouts. The published artifact set on APIs.io includes API documentation, an API reference, and an OpenAPI specification.

This API exposes 21 operations across 20 paths, organized into 7 resource areas, and defines 75 schemas. It is described by OpenAPI 3.0.1, at version 1.0.0.

Requests are made against 2 base URLs: https://accounts.sandbox.volt.io, https://accounts.volt.io.

21 operations 20 paths 75 schemas 11 GET1 PATCH9 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0.0
Base URL
https://accounts.volt.io
Authentication
HTTP Bearer
Resource Areas
7

Authentication & Security 1

Volt Accounts API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

Paths & Operations 21

Across 20 paths, the API surfaces 21 operations — 11 GET, 1 PATCH, 9 POST. They span 7 resource areas: Transactions, Account Holder Verification, Accounts, Aliases, Trusted accounts, Named Accounts, Sandbox. Each is listed below with its method, path, parameters, and response codes.

Transactions 3

Operations related to movement of funds, including payouts, settlements, and internal transactions.

GET
/transactions
List of transactions
get-transactions 14 params → 200400401403405406415422
GET
/transactions/{transactionId}
Get transaction details
get-transaction-details 2 params → 200400401403404405406415
POST
/accounts/{accountId}/transactions
Create a transaction
create-transaction 5 params body → 201400401403404405406409
Account Holder Verification 3

Verification services for ensuring beneficiary account ownership.

GET
/account-holder-verifications/{id}
Get account holder verification details
get-account-holder-verification-details 2 params → 200400401403404405406415
POST
/account-holder-verifications/{id}/approve
Approve account holder verification
approve-account-holder-verification 3 params → 202400401403404405406409
POST
/account-holder-verifications/{id}/reject
Reject account holder verification
reject-account-holder-verification 2 params → 202400401403404405406409
Accounts 4

Management of accounts.

GET
/accounts
List of accounts
get-accounts 5 params → 200400401403405406415422
GET
/accounts/{accountId}
Get account details
get-account-details 2 params → 200400401403404405406415
POST
/accounts/{accountId}/close
Close account
close-account 3 params body → 200400401403404405406409
GET
/accounts/{accountId}/beneficiaries
List of transaction beneficiaries
get-account-beneficiaries 8 params → 200400401403404405406415
Aliases 6

Issuance and management of account aliases for global reconciliation.

GET
/accounts/{accountId}/aliases
List of aliases for an account
get-aliases 5 params → 200400401403404405406415
POST
/orders/account-aliases
Order aliases
order-aliases 2 params body → 201400401403404405406409
GET
/orders/account-aliases/{id}
Get alias order status
get-alias-order-status 2 params → 200400401403404500
GET
/account-aliases/{aliasId}
Get alias details
get-alias-details 2 params → 200400401403404405406415
PATCH
/account-aliases/{aliasId}
Change state of alias
change-alias-state 3 params body → 200400401403404405406409
POST
/account-aliases/{aliasId}/close
Close alias
close-alias 3 params body → 200400401403404409415422
Trusted accounts 1

Operations related to trusted accounts.

GET
/trusted-accounts
List of trusted accounts
list-trusted-accounts 6 params → 200400401403404500
Named Accounts 2

Named account order operations.

POST
/orders/named-accounts
Create named account order
create-named-account-order 3 params body → 202400401403404409422500
GET
/orders/named-accounts/{id}
Get named account order status
get-named-account-order-status 2 params → 200400401403404500
Sandbox 2

Operations related to sandbox operations.

POST
/payin
Process an simulated incoming transaction
process-incoming-payment 1 param body → 200400401403404405406409
POST
/transactions/{id}/reverse
Trigger a reversal for an incoming transaction
reverse-incoming-transaction 2 params → 202401403404422500

Schemas 75

The contract defines 75 schemas that model the data the API accepts and returns. The most detailed are TransactionMinimalDetails (20 properties), AccountMinimalDetails (11 properties), AccountHolderVerificationDetails (8 properties), Beneficiary (8 properties). Each schema is shown below with its type and property counts.

SimulatedIncomingTransaction
object
The main object representing a processed incoming payment event.
5 properties 4 required
SimulatedBeneficiary
object
1 property 1 required
SimulatedSender
object
2 properties 1 required
AccountDetails
object
AccountMinimalDetails
object
11 properties
TransactionDetails
object
TransactionMinimalDetails
object
20 properties
AliasDetails
object
AliasMinimalDetails
object
8 properties
AccountHolderVerificationDetails
object
8 properties
AccountBeneficiaryMinimalDetails
object
2 properties
TrustedAccountMinimalDetails
object
8 properties
PaymentReference
string
The reconciliation reference that appears on the bank statement. This is crucial for matching the transaction with external banking records. Maximum length: 35…
NamedAccountOrderDetails
object
Named account order status and details.
7 properties
PayoutTransactionRequest
object
7 properties 5 required
InternalTransactionRequest
object
7 properties 5 required
RefundTransactionRequest
object
7 properties 5 required
SettlementTransactionRequest
object
7 properties 5 required
AliasOrderDetails
object
Alias order status and details.
8 properties
AliasOrderLinks
object
2 properties
AliasOrderStatusEnum
string
Current status of the alias order
AliasesOrderRequest
object
3 properties 2 required
ChangeAliasStateRequest
object
1 property 1 required
NamedAccountOrderRequest
object
Request to create a named account from an approved onboarding.
3 properties 2 required
Failure
object
Details regarding why a transaction was not successful.
1 property
AccountHolderVerification
object
Account Holder Verification basic information.
3 properties
VerificationResult
string
The outcome of the Account Holder Verification (AHV) process. This indicates the degree of similarity between the provided beneficiary name and the name regist…
Beneficiary
object
The recipient of the funds.
8 properties
TransactionStatusEnum
string
TransactionOperationEnum
string
TransactionTypeEnum
string
TransactionSubTypeEnum
string
Alias
object
Account alias details associated with the transaction.
1 property
Identifications
array
A list of one or more account identifiers.
Address
object
Physical address of the beneficiary or sender.
5 properties
Sender
object
4 properties
InitiatedBy
object
1 property
Decision
object
Records of manual approvals or rejections.
4 properties
Performer
object
3 properties
AccountType
string
AccountSubType
string
AccountStatusEnum
string
The current status of the account.
AccountBalance
object
The account balance in minor units.
2 properties
AccountHolderMinimalDetails
object
2 properties 2 required
AccountHolder
object
4 properties 4 required
UltimateBeneficialOwner
object
2 properties 2 required
AccountHolderEntityId
string
The unique identifier of the account holder entity depends on the entity type: Volt Business Customer: customer identifier Merchant Clients (Business/Individua…
AccountCloseRequest
object
1 property
AliasCloseRequest
object
1 property
Communication
object
1 property
OutgoingTransactionRequestBeneficiary
object
4 properties 2 required
OutgoingTransactionRequestBeneficiaryTrustedAccount
object
1 property 1 required
VerificationLink
object
2 properties
TransactionLinks
object
8 properties
LinkObjectArray
array
List of links
LinkObject
object
2 properties 1 required
SortOrder
string
Sorting direction
CurrencyCode
string
Three-letter ISO 4217 currency code.
CountryCode
string
Alpha-2 country code
InternalReference
string
Unique identifier of the transaction in the partner's system. Useful for automated reconciliation and logging.
NamedAccountOrderStatusEnum
string
Current status of the named account order
TrustedAccountCustomerGroup
string
CUSTOMERS - List direct trusted accounts of customers in the hierarchy CUSTOMERINDIVIDUALCLIENTS - List trusted accounts of merchant individual clients only
XVoltTestingScenario
string
Error400Response
object
Error response for HTTP 400 Bad Request.
2 properties 2 required
Error401Response
object
Error response for HTTP 401 Unauthorized.
2 properties 2 required
Error403Response
object
Error response for HTTP 403 Forbidden.
2 properties 2 required
Error404Response
object
Error response for HTTP 404 Not Found.
2 properties 2 required
Error405Response
object
HTTP method is not supported for this URL.
2 properties 2 required
Error406Response
object
API is not able to generate a response in the format defined in the Accept HTTP request header.
2 properties 2 required
Error409Response
object
Error response for HTTP 409 Conflict.
2 properties 2 required
Error415Response
object
Request contains data in an unsupported content type.
2 properties 2 required
Error422Response
object
Error response for HTTP 422 Unprocessable Entity.
3 properties 3 required
Error500Response
object
Error response for HTTP 500 Internal Server Error.
2 properties 2 required
ValidationErrorDetail
object
Details about a specific validation error.
3 properties
ValidationErrorType

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

volt-io-accounts-openapi-original.yaml Raw ↑

Other APIs Volt publishes across the network.

Volt Payments API
Volt Mandates API
Volt Verify API
Volt Reporting API
Volt Authentication API
Volt Global Api Accounts
Where this information came from

This is an independent, third-party profile of Volt Accounts API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.