Account Management Guide

Issue local and global account details, monitor balances, reconcile transactions, and review supported account formats across major treasury currencies.

Governing Your Global Accounts

Efficient account management is the foundation of a scalable treasury.

graph LR
    A[Partner App] -->|List| B(Global Wallets)
    A -->|Issue| C(Local Domestic Accounts)
    A -->|Fetch| D(Transactional Ledger)
    B -->|USD/GBP/EUR/KES/AUD/SGD| E[Balances]

🏗️ Step 1: Issue Local Bank Details

Deploy vIBANs or local account numbers to your customers or for your own treasury.

curl -X POST https://api.sandbox.vertofx.com/v2/accounts \
  -d '{
    "currency": "GBP",
    "type": "named", 
    "account_holder": "Acme SubAccount A"
  }'

📊 Step 2: Retrieve Real-Time Balances

Fetch the current 'Available' and 'Book' balances across your entire wallet ecosystem.

curl https://api.sandbox.vertofx.com/v2/wallets

📑 Step 3: List Transactions & Reconcile

Export the granular ledger of all credits, debits, and FX swaps.

curl -G https://api.sandbox.vertofx.com/v2/transactions \
  -d "start_date=2026-01-01" \
  -d "end_date=2026-03-31" \
  -d "limit=50"

🎯 Account Matrix

Account TypeGeometryPrimary Use
GBP VirtualSorted/Acc NoFPS (Instant)
EUR VirtualIBAN/BICSEPA Instant
USD VirtualABA/RoutingACH Inbound
NGN VirtualBank-SpecificReal-Time Inbound
KES VirtualBank/MobileLocal Bank Transfer & M-Pesa Settlement
ZAR VirtualBank-SpecificLocal Collections & SWIFT Inbound
SGD VirtualBank/Branch/Acc NoFAST / PayNow
AUD VirtualBSB/Acc NoNPP / BECS
DKK VirtualLocal/IBANDomestic Bank Transfers
CHF VirtualIBANSIC Transfers
HKD VirtualBank/Branch/Acc NoFPS Collections
MXN VirtualCLABESPEI Transfers
PLN VirtualIBANElixir / Express Elixir

For full corridor-specific rail guidance, settlement expectations, and account-format notes, see the Currency Guides.