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
  }
}

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/graphql
Request Sandbox Access

Ready to start building?

Get API access and start integrating global payments today.