The best way for businesses to
pay on-demand
Send payouts to any country, in local currency. Fast.
Your Complete Payout Platform
The Payment Rails platform gives you access to the Payment Rails global network and the ability to use your own accounts to plug and pay
Global Bank Transfers
Local bank transfers into 60+ countries. SWIFT Bank Transfers worldwide to over 220+ countries.
VISA and MasterCard Transfers
Transfer funds electronically to any existing VISA or MasterCard Credit or Debit Card.
Mobile Money
Pay people in developing countries instantly to their mobile money account, such as M-PESA, bKash & AirTel Money.
The Global Payment Platform
It’s never been easier to grow your business internationally. Get access to Payment Rails’ next generation payments infrastructure and global banking network.
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);
});
from paymentrails.configuration import Configuration
from paymentrails.recipients import Recipients
client = Configuration.gateway("YOUR-PUBLIC-API","YOUR-PRIVATE-API","production")
response = client.recipient.find("R-WJniNq7PUXyboAJetimmJ4")
print(response.id)
Multi-Channel
No more need to juggle multiple bank accounts, currencies, FX and payment methods
Multiple Currencies
Pick a currency, any currency! We got it.
Worldwide Coverage
One platform. Global reach. Access new markets as you scale your business
Payment Options
More payment options for your recipients
Plug and Play
Use your own PayPal wallet for a simplified and integrated experience
White Label Platform
Your brand is king. You take the credit while we support you.
As featured in
Schedule a Demo
To learn more about Payment Rails, schedule a demo with one of our team members. Or sign up now to try us out with no commitments.