Integrate world-class international money transfers into your application. 99.9% uptime, real-time API with 160+ country coverage.
99.9%
Uptime SLA
30ms
Avg Response
100K+
API Calls Daily
160+
Countries
Standard REST endpoints with JSON request/response format. Rate limiting starts at 100 requests/second.
OAuth 2.0, API key authentication, webhook signatures, PCI-DSS Level 1 certified.
Receive instant notifications on transfer status, exchange rate changes, and payment updates.
Real-time metrics, request logs, error tracking, and comprehensive API analytics.
// Initialize the client
const wise = require('@wiseplatform/api');
const client = new wise.Client({
apiKey: 'sk_live_...'
});
// Create a transfer
const transfer = await client.transfers.create({
accountId: 'acc_123456',
amount: 1000,
currency: 'USD'
});📱
npm install @wiseplatform/js
🐍
pip install wiseplatform
☕
maven: com.wiseplatform:sdk
🐹
go get github.com/wise/sdk-go
🐘
composer require wise/sdk
💎
gem install wiseplatform
For testing and small projects
Free
For production applications
$99/mo
For large-scale integrations
Custom