Build Global Payments
Modern GraphQL API, comprehensive documentation, and developer tools to help you integrate global payments in days, not months.
Simple, Powerful API
Our GraphQL API gives you fine-grained control over exactly what data you need. Create transfers, manage accounts, and track payments with intuitive queries and mutations.
- GraphQL for flexible queries
- Webhooks for real-time updates
- Sandbox for safe testing
- Comprehensive error handling
# Create a transfer in one API call
mutation {
createTransfer(input: {
sourceWalletId: "wallet_abc123"
beneficiaryId: "ben_xyz789"
amount: "1000.00"
sourceCurrency: "USD"
destinationCurrency: "EUR"
}) {
id
status
exchangeRate
fees {
amount
currency
}
estimatedDelivery
}
}Developer Resources
Everything you need to build with Routefusion
API Documentation
Complete reference for all API endpoints, queries, and mutations.
Getting Started
Step-by-step guide to making your first API call.
GraphQL Playground
Interactive environment to explore and test the API.
Postman Collection
Pre-built collection of API requests for easy testing.
Webhooks
Learn how to receive real-time notifications for events.
API Status
Check current API status and uptime.
Test in Sandbox
Our sandbox environment mirrors production, so you can test your integration thoroughly before going live. No real money, no risk.
Sandbox Endpoint
https://sandbox.external.routefusion.com/graphqlReady to start building?
Get API access and start integrating global payments today.