Overview

The Balansas Customer API is a RESTful API for the Balansas Banking-as-a-Service platform. It lets you open accounts, onboard end users, move money, manage wallets, and subscribe to real-time events over EU Rails (powered by Fiat Republic). Every response shares a consistent envelope:
{
  "data": { },
  "meta": { "pagination": { "page": 1, "limit": 25, "total": 100 } }
}
Errors return a structured envelope instead:
{
  "error": { "code": "validation_error", "message": "Human-readable message", "details": {} }
}
See Response format and Errors for the full contract.

Capabilities

Accounts

Fiat and virtual accounts with live balances and capabilities.

Wallets

Digital asset wallets, powered by our wallet technology provider.

Onboarding

End users (KYC individuals and KYB businesses) and document upload.

Money movement

Payees and payments, including PPA mode.

Transactions

List, filter, and track the status of every transaction.

Webhooks

Subscribe to events with signed, retried delivery.

Base URLs

EnvironmentURL
Productionhttps://api.balansas.com/functions/v1/customer-api
Sandboxhttps://stagingapi.balansas.com/functions/v1/customer-api

Next steps

Quickstart

Make your first authenticated call in a few minutes.

API Reference

The full, auto-generated endpoint catalog with a request playground.