Choose Your Integration Path
Start accepting payments in the way that works best for your stack.
Simple, Powerful API
Clean, intuitive code that gets you up and running quickly.
<?php
use EPaySe\Client;
$client = new Client('sk_live_your_api_key');
$transaction = $client->transactions->create([
'amount' => 10000, // $100.00 in cents
'currency' => 'USD',
'customer_email' => '[email protected]',
'return_url' => 'https://yoursite.com/success',
'webhook_url' => 'https://yoursite.com/webhooks/epayse',
]);
// Redirect to checkout
header('Location: ' . $transaction->checkout_url);Everything you need to process payments
- Multi-PSP routing for higher success rates
- Built-in fraud prevention and risk management
- Real-time webhook notifications
- Comprehensive error handling
- Support for 100+ currencies
- TypeScript definitions included
- Extensive code examples and guides
- Production-ready from day one
Official SDKs & Libraries
Type-safe, well-documented libraries maintained by the EPaySe team.
