Developer-Friendly API

Build Powerful Payment Experiences

Integrate EPaySe in minutes with our RESTful API, SDKs in 3 languages, and pre-built plugins for popular e-commerce platforms.

99.9%
API Uptime
3
Official SDKs
6+
Platform Plugins
24/7
Developer Support

Choose Your Integration Path

Start accepting payments in the way that works best for your stack.

5-Minute Integration

Get started with our RESTful API and make your first transaction in 5 minutes

Use Our SDKs

Official libraries for PHP, JavaScript, and Python with full TypeScript support

Pre-built Plugins

One-click installation for WooCommerce, Shopify, Magento, and more

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.

Coming Soon

PHP SDK

Composer-ready library with Laravel integration

composer require epayse/php-sdk
Coming Soon

JavaScript SDK

NPM package with TypeScript support and React hooks

npm install @epayse/sdk
Coming Soon

Python SDK

Pip-installable package with async support

pip install epayse

E-Commerce Platform Plugins

One-click installation. No coding required. Start accepting payments in minutes.

Coming Soon

WooCommerce

WordPress

Coming Soon

Shopify

E-commerce

Coming Soon

Magento 2

E-commerce

Coming Soon

OpenCart

E-commerce

Coming Soon

PrestaShop

E-commerce

Latest

Custom Integration

API

Developer Resources

Everything you need to integrate, test, and scale your payment solution.

API Reference

Complete API documentation with examples

Webhooks

Real-time event notifications

Testing

Sandbox environment with test cards

Support

Developer support & community

Ready to Start Building?

Join thousands of developers using EPaySe to power their payment infrastructure.