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.
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 APIs | Safe to retry requests without duplicate payments |
| 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 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 '{
"project_id": "your-project-id",
"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. Pre-built Plugins​
Ready-to-use integrations for popular platforms — see the Plugins page:
- WordPress / WooCommerce
- OpenCart
- PrestaShop
Quick Links​
- Quickstart Guide - Get your first payment working in 5 minutes
- Authentication - Set up OAuth2 authentication
- API Integration Guide - Detailed API integration documentation
- Plugins - Official plugins for WordPress, OpenCart, and PrestaShop
- Payment Statuses - All possible payment states
Base URL​
https://api.paysera.com
Support​
Need help with complex integrations?
Contact: tech_support@paysera.com