Skip to main content

Plugins

Official Paysera Checkout plugins for popular e-commerce platforms. Choose your platform below for installation and configuration instructions.

Looking for legacy plugins?

These plugins use the modern Paysera Checkout API with OAuth2 authentication. If you are integrating against the legacy Paysera Checkout API (Project ID + Project Password), see the Checkout Classic plugins page instead.

Credentials

Paysera Checkout plugins authenticate with a Client ID and Client Secret from the Integrations page of your Paysera Checkout project. See Obtaining Credentials for a step-by-step walkthrough, or jump to Getting Your Credentials below for the short version.

Select Your Platform

WordPress
Paysera Smart Checkout for WooCommerce — official Paysera Checkout plugin
✓ Active & Recommended

Installation Steps

From the WordPress.org marketplace (recommended):

  1. In the WordPress admin, go to Plugins → Add New.
  2. Search for Paysera Smart Checkout for WooCommerce (official WordPress.org listing).
  3. Click Install Now, then Activate.
  4. Open Paysera → Payments to configure the plugin.

From the WordPress admin (ZIP upload fallback):

Use this option only if marketplace installation is unavailable in your WordPress admin.

  1. Download the plugin ZIP from the fallback link below.
  2. In the WordPress admin, go to Plugins → Add New → Upload Plugin.
  3. Choose the downloaded ZIP and click Install Now.
  4. Click Activate on Paysera Smart Checkout for WooCommerce.
  5. Open Paysera → Payments in the admin menu to configure the plugin.

Configuration

SettingDescription
Client IDClient ID from your Paysera Checkout project (Integrations page)
Client SecretClient Secret from the same Integrations page — reveal with the eye icon
Window Modesame (redirect) or popup — controls how customers are sent to the payment page
Log LevelNone, Error, or Info — controls how much diagnostic detail the plugin captures

Requirements

  • WordPress 6.7 or higher (tested up to 6.9)
  • WooCommerce 9.0 or higher
  • PHP 7.4 or higher
  • PHP extensions: BCMath, Zip
  • SSL certificate (HTTPS)

Downloads & Resources


Getting Your Credentials

Paysera Checkout plugins authenticate with OAuth2 client credentials, not with the legacy Project ID / Project Password pair.

  1. Sign in to Paysera Checkout in the Paysera Merchant Portal.
  2. Create a project (or open an existing one).
  3. Open the project's Integrations page — the Client ID and Client Secret are shown in the API credentials section. Click the eye icon to reveal the secret and copy both values.
  4. Paste the Client ID and Client Secret into the plugin's configuration screen on your e-commerce platform.

See Obtaining Credentials for a step-by-step walkthrough with screenshots, and Your First Payment for the end-to-end integration.

Keep credentials safe

Treat the Client Secret like a password. If it is exposed, click Regenerate credentials on the Integrations page and update the plugin's configuration with the new value — the old secret stops working immediately.

Next Steps