BankSocial LogoBankSocial
Microservice Layer

Axon API: Roll Your Own Experiences

Composable microservices and integration-friendly endpoints. Build custom experiences with the same infrastructure powering Wallet and Nuron.

Quick Start
curl -X POST https://api.banksocial.io/v1/payments \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"amount": 100.00, "currency": "USD"}'

Composable Product APIs

RESTful APIs for all four BankSocial products—pick what you need, integrate how you want

Prospera API

Investment & Digital Assets Microservices

  • /brokerage - Trading, orders, positions
  • /crypto - Digital asset custody & transfers
  • /portfolios - Real-time portfolio tracking
  • /market-data - Quotes, charts, research

Remint API

Payments Hub Microservices

  • /transfers - ACH, wire, RTP, FedNow
  • /stablecoins - USDC, USDT operations
  • /tokenization - Card tokenization services
  • /bill-pay - Payee management & scheduling

Secura API

Fraud Protection Microservices

  • /fraud-detection - Real-time risk scoring
  • /disputes - Case management & resolution
  • /chargebacks - Automated processing
  • /recovery - Fund recovery workflows

Verifiied API

Identity & Onboarding Microservices

  • /kyc - Identity verification & KYC/AML
  • /portable-identity - Reusable credentials
  • /accounts - Account opening workflows
  • /documents - Document collection & storage
Developer Tools

Everything You Need to Build

SDKs, webhooks, sandbox environments, and comprehensive documentation

Official SDKs

Client libraries for Node.js, Python, Ruby, Go, Java, and .NET

Node.jsPythonRuby

Webhooks & Events

Real-time notifications for transactions, account changes, fraud alerts

POST /webhooks/register

Sandbox Environment

Full-featured test environment with mock data and simulated transactions

sandbox.banksocial.io

Interactive Docs

Try API calls directly in the docs with live examples and responses

docs.banksocial.io

OIDC Authentication

OIDC with backwards compatibility to SSO, OAuth 2.0, SAML, and scoped API keys

Bearer Token Auth

Generous Rate Limits

10,000 requests/hour standard, custom limits for enterprise

X-RateLimit headers

Flexible Integration Patterns

Build exactly what you need—integrate one product, all products, or anything in between

Microservice Architecture

Pick and choose individual services. Use only what you need without overhead.

RESTful & GraphQL

Standard REST endpoints plus GraphQL for complex queries and efficient data fetching.

Event-Driven

Subscribe to webhooks for real-time updates. Build reactive, event-driven applications.

Start Building Today

Get API credentials and start integrating BankSocial products into your custom experiences