DEVELOPERS / API-FIRSTEXEC-ROUTE / v2.4 OPERATIONAL
§ 00DEVELOPERS
Build on the routing layer.
A single, typed API for intent-based execution. Describe the outcome — Velora resolves the path across every network. Ship in minutes, not quarters.
quickstart.sh READY
# install the SDK
npm i @velora/node
# route your first request
import { Velora } from '@velora/node'
const route = await v.routes.create({
intent: 'payout',
amount: 48200,
currency: 'USD',
destination: 'BR',
optimize: 'cost'
})
// → route.path: 'rtp.itau' · 9 bps · 740msREST + WEBHOOKS · TYPED SDKS · 99.99% API UPTIMEDOCS
§ 01DOCUMENTATION
Everything you need to integrate.
STARTQuickstartRoute your first transaction in under five minutes with the CLI or an SDK.CONCEPTSCore conceptsIntents, routes, execution, and failover — the model behind the engine.GUIDESIntegration guidesPayouts, collections, and multi-market flows with end-to-end examples.WEBHOOKSEvents & webhooksSubscribe to signed, ordered state changes for every routed request.POLICYRouting policiesEncode cost, latency, and compliance objectives as reusable rules.TESTINGSandbox & testingSimulate every network and failure mode before you touch production.
§ 02API REFERENCE
A small, predictable surface.
POST/v1/routesCreate a route from an intent and resolve the optimal path.
GET/v1/routes/:idRetrieve a route, its scoring, and current status.
POST/v1/executionsExecute a resolved route on the selected provider.
GET/v1/methodsList every connection method available to your account.
GET/v1/eventsStream signed execution and settlement events.
POST/v1/policiesDefine a constraint-based routing policy.
§ 03SDKS
Typed clients for every stack.
JSNode.js
v2.4.1npm i @velora/node
PYPython
v2.4.0pip install velora
GOGo
v2.3.2go get velora.dev/go
RBRuby
v2.3.0gem install velora
PHPPHP
v2.2.4composer require velora/velora
JVJava
v2.2.0implementation "dev.velora:sdk"
§ 04CHANGELOG
Shipping continuously.
v2.4
JUN 2026
AddedConstraint-based routing policies via /v1/policies
ImprovedMedian routing decision down to 38ms globally
Added12 new local rails across MENA & LATAM
v2.3
APR 2026
AddedGo and Ruby SDKs with full type coverage
ImprovedDeterministic failover now spans up to 5 hops
FixedIdempotency edge case on retried executions
v2.2
FEB 2026
AddedSigned, ordered webhook event streams
ImprovedSandbox now simulates provider degradation
v2.1
DEC 2025
AddedReal-time route scoring API
FixedLatency reporting for multi-currency payouts
§ 05GET STARTED
Get your API keys and start routing.
SANDBOX INSTANTLY · NO CARD REQUIRED