Integrate cross-border money transfers into your application in minutes. Move money from Gulf to Levant programmatically with our REST API.
Client ID
vp_live_cid_7f3a9b2c4d8e1f6a
Secret Key
vp_live_sk_••••••••••••••••••••••••••••••••4c2d
Create a transfer in 3 lines of code.
#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..."/v1/transfersإنشاء تحويل جديد/v1/transfers/:idاستعلام حالة تحويل/v1/exchange-ratesأسعار الصرف اللحظية/v1/webhooksتسجيل Webhook/v1/balanceرصيد الحساب/v1/transfers/:idإلغاء تحويل معلّق{
#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..."
}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