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.

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 APIsSafe to retry requests without duplicate payments
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 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 '{
"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"
}
}'
Amount Format

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

Base URL​

https://api.paysera.com

Support​

Need help with complex integrations?

Contact: tech_support@paysera.com