API Environment:
SANDBOX MODE

VeloPay API Console

Integrate cross-border money transfers into your application in minutes. Move money from Gulf to Levant programmatically with our REST API.

0calls
API Calls (30d)
%
Success Rate
~120ms
Avg Latency
0events
Webhooks Sent

API Keys

Test Keys

Client ID

vp_live_cid_7f3a9b2c4d8e1f6a

Secret Key

vp_live_sk_••••••••••••••••••••••••••••••••4c2d

Quick Start

Create a transfer in 3 lines of code.

javascript
#79d7fb">import { VeloPay } from '@velopay/sdk';

#79d7fb">const vp = new VeloPay({
  apiKey: process.env.VELOPAY_SECRET_KEY,
  environment: 'sandbox', #6a737d; font-style:italic">// or 'production'
});

#79d7fb">const transfer = await vp.transfers.create({
  amount: 500,
  fromCurrency: 'SAR',
  toCurrency: 'JOD',
  recipientPhone: '+962791234567',
  receiveMethod: 'bank',
  iban: 'JO94CBJO0010000000000131000302',
});

#79d7fb">console.log(transfer.txHash);
#6a737d; font-style:italic">// → "5Kj9mxP2QrVn7BwY3Lz8..."

API Reference

POST/v1/transfersإنشاء تحويل جديد
GET/v1/transfers/:idاستعلام حالة تحويل
GET/v1/exchange-ratesأسعار الصرف اللحظية
POST/v1/webhooksتسجيل Webhook
GET/v1/balanceرصيد الحساب
DELETE/v1/transfers/:idإلغاء تحويل معلّق

Sample Response

json
{
  #a8ff78">"id": "txn_9d1e4f7a2b5c",
  #a8ff78">"status": "delivered",
  #a8ff78">"txHash": "5Kj9mxP2Qr...xP2Q",
  #a8ff78">"amount": 500,
  #a8ff78">"fromCurrency": "SAR",
  #a8ff78">"toCurrency": "JOD",
  #a8ff78">"converted": 49.73,
  #a8ff78">"fee": 0.01,
  #a8ff78">"network": "solana-devnet",
  #a8ff78">"deliveredAt": "2026-04-27T10:34:07Z",
  #a8ff78">"explorerUrl": "https://explorer.solana.com/tx/5Kj9..."
}

Platform Features

REST API

Standard HTTP/JSON

Webhooks

Real-time status updates

Sandbox

Test without real money

SDKs

JS / Python / PHP coming soon

Fast Settlement

~5 seconds via Solana

Secure

API key + webhook signing

Ready to integrate?

Get your production API keys and go live.

Contact Sales

Sandbox is free forever