Skip to main content

Paysera Checkout

Paysera Checkout is our modern payment collection platform built for reliability and developer productivity.

New Version

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.

Regional availability

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.

Paysera Checkout - Modern Payment Collection Form

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?​

BenefitWhat It Means For You
Modern Payment UIClean, mobile-first checkout designed for higher conversion
99.9% UptimeYour payments keep flowing, even during peak traffic
Real-time WebhooksInstant notifications with automatic retries on failure
Standard OAuth2Works with your existing auth tooling and libraries
Sub-second ResponseFast API responses for smooth customer experience
PCI DSS CompliantWe handle card security, you focus on your business
Idempotent refundsRefunds take an idempotency-key so retries don't double-refund
Multiple ProvidersAutomatic 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​

APIPurposeBase Path
OrdersCreate and manage payment orders/merchant-order/integration/v1/
Payment LinksGenerate shareable payment links/checkout-payment-link/integration/v1/
Payment MethodsQuery 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"
}
}'
Amount Format

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

Base URL​

https://api.paysera.com

Support​

Need help with complex integrations?

Contact: tech_support@paysera.com