Skip to main content

Paysera Plugins & Platform Integrations

Paysera offers ready-made plugins and integrations for popular e-commerce platforms. Select your platform below to view detailed installation instructions.

Looking for the modern plugins?

This page covers plugins for the legacy Paysera Checkout API (Project ID + Project Password). If you are starting a new integration, use the modern Paysera Checkout plugins with OAuth2 credentials instead see Paysera Checkout plugins.

Quick Start

Most plugins can be installed directly from your platform's marketplace or admin panel. Look for "Paysera" in your platform's extension/plugin store.

Select Your Platform

WordPress (WooCommerce)

WordPress
Official Paysera Plugin for WooCommerce
✓ Active & Recommended

Installation Steps

  1. Go to Plugins → Add New in WordPress admin
  2. Search for "Paysera" or download from link below
  3. Click Install Now and then Activate
  4. Navigate to Paysera → Payments → Main Settings
  5. Fill in your project information, click on Enable, and save the changes

Configuration

SettingDescription
Project IDEnter your project ID from Paysera account
Project PasswordEnter your project password
Test ModeEnable for testing before going live (Test Mode allows you to make payments without actually being charged)
Payment Methods DisplayChoose how to display payment methods
CountriesSelect countries for payment methods

Requirements

  • WordPress 4.0 or higher
  • WooCommerce 5.0 or higher
  • PHP 7.4 or higher
  • Enabled BCMath PHP extension
  • SSL certificate (HTTPS)

Downloads & Resources


Integrations in platforms created and maintained by a third party

Ecwid & WiX

EcwidWiX
Ecwid E-commerce Plugin & WiX Integration
✓ Active

Ecwid Integration

Ecwid is a powerful e-commerce plugin that can be embedded in any website, including WiX.

You can find up-to-date instructions on how to integrate Paysera with Ecwid in the Ecwid documentation.

Paysera Logo Placement

Please place the Paysera logo in a prominent place of your website, such as the footer. The Paysera logo can be downloaded in various formats from the Paysera marketing guidelines.

Additional host

Add an additional host to your Paysera project URL list, which is used by Ecwid: https://paysera.ecwid-labs.com.

WiX Integration

To use the Paysera payment gateway in WiX, complete these steps:

  1. Integrate the Paysera payment gateway in Ecwid (see Ecwid Integration above).
  2. Integrate Ecwid in WiX.
Additional hosts

Add the following additional hosts to your Paysera project URL list, which are sometimes used by the WiX system:

  • https://[YOUR_CREATED_NAME].wix.com
  • https://wix.ecwid.com

Downloads & Resources


Developer Resources

💻 Building Your Own Plugin?

Plugin Development Guidelines

If you're developing a Paysera plugin for an e-commerce platform, follow these guidelines:

Requirements:

  • Clean, well-documented code - Follow coding standards and best practices
  • Installation instructions - Clear README with step-by-step setup guide
  • Callback handling - Properly implement payment status notifications
  • Test mode functionality - Allow testing before production use
  • Platform best practices - Follow the specific platform's development guidelines
  • Security - Implement proper validation and security measures

What to Include:

  1. Back Office (Admin Panel):

    • Main Settings tab (Enable/Disable, Project ID, Project Password, Test Mode)
    • Extra Settings tab (Title, Description, Payment method display options)
    • Order Status tab (Status mapping for different payment states)
  2. Front-End:

    • Display Paysera payment method with logo
    • Country selection for payment methods (if applicable)
    • Dynamic payment method display
    • Proper redirect to Paysera payment page
    • Return to Thank You page after payment
  3. General:

    • Respond to callbacks with required message
    • Support REQUEST method for callbacks
    • Installable from admin panel
    • Multi-language support
    • Platform marketplace compatibility

Need Help?

Contact tech_support@paysera.com for development assistance.

🔧 Custom Integration Options

Prefer Building a Custom Integration?

If you're developing a custom solution without using our plugins, we provide several integration methods:

Integration Methods:

  1. PHP Library Integration

    • Ready-made PHP library for quick integration
    • Handles request signing and validation automatically
    • Includes payment method retrieval
    • Simplifies callback processing
    • View PHP Library Guide →
  2. Direct API Integration

When to Use Each Method:

MethodBest ForComplexity
PHP LibraryPHP projects, Quick setupLow
Custom APIAny language, Full controlMedium
PluginsStandard platforms, No codingVery Low

Resources:


🔧 Troubleshooting

Payment page not loading

  • ✓ Verify Project ID and Password
  • ✓ Check project is activated
  • ✓ Ensure HTTPS is enabled

Callback not received

  • ✓ Verify callback URL is public
  • ✓ Check SSL certificate
  • ✓ Verify URL in both plugin and project

Order status not updating

  • ✓ Check callback configuration
  • ✓ Verify status mapping
  • ✓ Check plugin/platform logs

Next Steps

After plugin installation:

  1. 📋 Processing Callbacks - Handle payment notifications
  2. 💳 Payment Types - Available payment methods
  3. ⚠️ Error Codes - Troubleshooting guide
  4. 💡 Examples - Code examples