Built for Developers
We built our platform to make integration easy for developers.
const paymentrails = require('paymentrails');
const client = paymentrails.connect({
key: "YOUR-API-KEY",
secret: "YOUR-API-SECRET",
environment: "production",
});
// Async/Await version
async function main() {
const recipient = await client.recipient.find("R-G7SXXpm6cs4aTUd9YhmgWC");
console.log(recipient.id);
}
main();
// Promise version
client.recipient.find("R-G7SXXpm6cs4aTUd9YhmgWC").then(recipient => {
console.log(recipient.id);
}).catch(err => {
console.log("ERROR", err);
});
International Payment Technology Built for Scale
From global mass payouts, to real-time currency conversions, our APIs can help you create a tailored solution that meets your unique payment needs. We’ve designed our APIs using RESTful architecture making it an easy and frictionless experience.
With our robust Payout API, you can be up and running within minutes and paying the world.
Making developers' lives easier
Simple, well-documented and reliable API.
Easily scaled
Robust support for companies growing rapidly.
Powerful toolkit
Our solutions are great for any type of business.
Seamless security
Trusted, secure and worry-free.
Easy Integration
With our robust Payout API, you can be up and running
within minutes and paying the world.
Power Your Platform
Automate Your FX
Buy and sell currencies instantly with live real-time FX rates, in 135+ currencies.
Global Reach
Send payments around the world for less. We support multiple payment routes all over the world in 220+ countries.
Expand Your Payment Capabilities
Scale your international payments in seconds, without the hassle of managing complicated banking rules.
Payment Automation
Automate your payouts to your suppliers. Use the JS Widget for fast plug and play integration, or our suite of API’s for deep automation.
Webhooks & Slack
Do you use Slack or Webhooks? If so, we’ve got you covered. Payment Rails can send notifications directly to your Slack channel or to Webhooks to keep you updated.

Developer Sandbox
Test out our APIs in our developer sandbox before deploying to production.