Integrate powerful, secure, and developer-friendly APIs to embed cross-border payment capabilities directly into your applications. Go live in minutes, scale to millions.
Integrate powerful cross-border payment capabilities into your applications with our developer-friendly APIs and SDKs.
PCI DSS Level 1 compliant APIs with end-to-end encryption
Sub-second response times with 99.99 % uptime guarantee
200+ countries and 50+ currencies supported
RESTful APIs with comprehensive documentation
// Initialize CrossborderPe SDK
import { CrossborderPe } from '@crossborderpe/node-sdk';
const client = new CrossborderPe({
apiKey: 'your_api_key',
environment: 'sandbox' // or 'production'
});
// Create a payment
const payment = await client.payments.create({
amount: 1000,
currency: 'USD',
recipient: {
name: 'John Doe',
email: 'john@example.com',
country: 'GB',
},
purpose: 'Invoice payment',
});
console.log('Payment created:', payment.id);Our developer support team is here to help you integrate CrossborderPe APIs successfully.
Get help from our technical experts anytime
Join thousands of developers building with us
Detailed guides and API documentation