werxe.init()
// Payment infrastructure for modern businesses
const payments = await werxe.init('pt');
Multibanco, MBway, Cards ready
API connected

Modern Payments for Portuguese Businesses

Beautiful payment pages. Developer-friendly APIs.

Modern payment infrastructure

status: coming_soon
// FEATURES

fast_integration

Clean, modern API that developers actually enjoy using. Get started in minutes.

all_methods

Multibanco, MBway, cards, and all major payment providers in Portugal.

secure_by_default

PCI compliant. End-to-end encryption. Payment pages your customers trust.

// QUICK START
payment.js
import werxe from 'werxe';
const checkout = await werxe.checkout({
amount: 49.99,
currency: 'EUR',
methods: ['mbway', 'multibanco']
});
// → checkout.url ready in ~200ms