API Reference

REST API overview

Well-defined REST endpoints for authentication, customers, KYC, accounts, payments, beneficiaries, FX and audit operations.

REST / JSONJWT AuthenticationAPI Versioning /api/v1Consistent Error HandlingPagination Support

Authentication

/api/v1/auth
POST/api/v1/auth/register
POST/api/v1/auth/login
POST/api/v1/auth/refresh

Customers

/api/v1/customers
POST/api/v1/customers/
GET/api/v1/customers/me
PUT/api/v1/customers/me

KYC

/api/v1/kyc
POST/api/v1/kyc/start
GET/api/v1/kyc/status
POST/api/v1/kyc/submit

Accounts

/api/v1/accounts
POST/api/v1/accounts/
GET/api/v1/accounts/
GET/api/v1/accounts/{id}
GET/api/v1/accounts/{id}/transactions

Payments

/api/v1/payments
POST/api/v1/payments/internal
POST/api/v1/payments/sepa
GET/api/v1/payments/{id}
GET/api/v1/payments/

Beneficiaries

/api/v1/beneficiaries
POST/api/v1/beneficiaries/
GET/api/v1/beneficiaries/
DELETE/api/v1/beneficiaries/{id}

FX

/api/v1/fx
POST/api/v1/fx/quote
POST/api/v1/fx/confirm
POST/api/v1/fx/execute

Audit

/api/v1/audit
GET/api/v1/audit/events
GET/api/v1/audit/events/{id}

System

/actuator
GET/actuator/health
GET/actuator/prometheus
GET/actuator/info

Want detailed API documentation?

Contact us for full OpenAPI specifications and integration guides.