Banking built for
scale.

Automate your finances with our powerful API, issue corporate cards instantly, and manage treasury operations from a single dashboard.

Start Now

Treasury Management

Earn up to 5.00% APY on your idle cash with our automated treasury sweep accounts. Capital preservation meets yield.

Corporate Cards

Issue physical and virtual cards for your entire team. Set spend limits, lock cards, and track expenses in real-time.

Global Payments

Send payments to 140+ countries in local currencies. Low fees, instant execution, and automated FX handling.

Developer First API

Build custom payment flows, automate payouts, and integrate banking data directly into your product with our REST API.

const veltris = require('veltris-node');

await veltris.transfers.create({
  amount: 500000,
  currency: 'usd',
  destination: 'acct_123456789',
  description: 'Payroll - Oct'
});