Paysera Checkout
Paysera Checkout is our modern payment collection platform built for reliability and developer productivity.
This is the latest version of the Paysera Checkout API, featuring modern OAuth2 authentication, real-time webhooks, and improved developer experience. If you're using our legacy integration, see Checkout Classic documentation.
Paysera Checkout is our modern payment collection platform built for reliability and developer productivity. Accept payments with confidence using industry-standard tools and real-time updates.
Paysera Checkout is rolling out market-by-market.
Available now
- Lithuania, Latvia, Estonia
- Direct API integration, plus WooCommerce, OpenCart, PrestaShop, and Shopify plugins
Coming soon
- Additional markets
- Magento plugin
Outside these markets? Integrate with Checkout Classic — we'll notify you when Modern is available for your setup. To register interest, contact us.
Modern Payment Experience​
Your customers deserve a beautiful, seamless checkout. Paysera Checkout delivers a conversion-optimized payment form that works flawlessly on any device.

Clean, mobile-first design with Google Pay, Apple Pay, and bank payments
What your customers see:
- Brand customization - Your logo and colors front and center
- One-click payments - Google Pay and Apple Pay for returning customers
- Smart payment selection - Most relevant methods shown first
- Mobile-optimized - Responsive design that works on any screen size
- Multi-language - Automatic language detection with manual override
Why Choose Paysera Checkout?​
| Benefit | What It Means For You |
|---|---|
| Modern Payment UI | Clean, mobile-first checkout designed for higher conversion |
| 99.9% Uptime | Your payments keep flowing, even during peak traffic |
| Real-time Webhooks | Instant notifications with automatic retries on failure |
| Standard OAuth2 | Works with your existing auth tooling and libraries |
| Sub-second Response | Fast API responses for smooth customer experience |
| PCI DSS Compliant | We handle card security, you focus on your business |
| Idempotent refunds | Refunds take an idempotency-key so retries don't double-refund |
| Multiple Providers | Automatic fallback options for payment processing |
Key Features​
- RESTful APIs - Intuitive endpoints with consistent patterns
- Real-time Webhooks - Instant payment status updates with HMAC signature verification
- Multiple Integration Options - Direct API, official PHP SDK, or pre-built plugins
- Payment Links - Generate shareable links for any payment scenario
- Comprehensive Payment Methods - Bank transfers, cards, and alternative payment methods
API Services​
| API | Purpose | Base Path |
|---|---|---|
| Orders | Create and manage payment orders | /merchant-order/integration/v1/ |
| Payment Links | Generate shareable payment links | /checkout-payment-link/integration/v1/ |
| Payment Methods | Query available payment methods | /checkout-project/integration/v1/ |
Integration Options​
1. Direct API Integration​
Integrate directly with our REST APIs from any language:
curl -X POST https://api.paysera.com/merchant-order/integration/v1/orders \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"purchase": {
"reference": "ORDER-123",
"amount": 1000,
"currency": "EUR"
},
"redirect_urls": {
"success_url": "https://your-site.com/success",
"failure_url": "https://your-site.com/failure",
"callback_url": "https://your-site.com/webhook"
}
}'
All amounts use minor currency units: "1000" = €10.00
2. PHP SDK​
Skip the boilerplate with the official PHP SDK — it handles OAuth2 tokens, JWT validation, and callback signature verification for you:
composer require paysera/lib-checkout-integration-sdk
See the PHP SDK guide or the source on GitHub.
3. Pre-built Plugins​
Ready-to-use integrations for popular platforms — see the Plugins page:
- WordPress / WooCommerce
- OpenCart
- PrestaShop
- Shopify
Quick Links​
- Quickstart Guide - Get your first payment working in 5 minutes
- Authentication - Set up OAuth2 authentication
- API Integration Guide - Detailed API integration documentation
- PHP SDK - Official PHP library for Checkout
- Plugins - Official plugins for WordPress, OpenCart, PrestaShop, and Shopify
- Payment Statuses - All possible payment states
Base URL​
https://api.paysera.com
Support​
Need help with complex integrations?
Contact: tech_support@paysera.com