Explore our comprehensive suite of features designed specifically for businesses who want to expand their reach beyond Europe and the USA.
Process payments anywhere in the world with our comprehensive global infrastructure. Minimize cross-border fees and maximize acceptance rates with local processing in over 30 countries.
Connect with virtually any business management system, point-of-sale terminal, or business software with our flexible integration layer.
Our comprehensive platform offers all the tools you need to manage payments efficiently
Easy to implement, well-documented APIs for custom integrations
// Process a payment
const response = await cereja.payments.create({
amount: 15000, // $150.00
currency: 'usd',
source: 'tok_visa',
description: 'Room charge for John Smith',
metadata: {
reservation_id: 'res_12345',
room_number: '301',
guest_name: 'John Smith'
},
// Smart routing for optimal processing
routing: {
optimize_for: 'lowest_cost',
fallback: true
}
});
// Response
{
id: 'pay_1N7kH32eZvKYlo2C9hYTQgzM',
object: 'payment',
amount: 15000,
currency: 'usd',
status: 'succeeded',
authorization_code: '839205',
processor: 'stripe_us',
fees: {
total: 435, // $4.35
breakdown: {
interchange: 380, // $3.80
processor_fee: 55, // $0.55
}
}
}Book a demo to see how Cereja can help you reduce costs and improve your guest experience.