Secure, scalable payment processing built for modern businesses. Accept payments globally with our unified platform.
Accept payments from customers anywhere in the world
Enterprise-grade card processing with advanced fraud prevention.
Support for popular digital wallets and local payment methods.
Built for developers, by developers
// Initialize proteopay
const proteopay = new Proteopay({
apiKey: process.env.PROTEOPAY_API_KEY,
environment: 'production'
});
// Create payment session
const session = await proteopay.sessions.create({
amount: 2500,
currency: 'USD',
payment_methods: ['card', 'paypal'],
success_url: 'https://example.com/success',
cancel_url: 'https://example.com/cancel'
});
// Render payment UI
proteopay.mount('#payment-form', {
sessionId: session.id,
theme: 'light'
});
npm install @proteopay/js
Implement secure payment flows with just a few lines of code
Deploy to production with confidence using our testing tools
Everything you need to scale your payments globally
PCI Level 1 compliance with advanced fraud detection
Real-time reporting and insights dashboard
Multi-currency support with local payment methods