E-Commerce & ERP Plugins
Pre-built integrations for popular e-commerce platforms and business systems. Accept payments, handle webhooks, and sync orders with minimal code.
What Do Plugins Do?
Wyrr plugins are turnkey integrations that connect your store or business system directly to the Wyrr payments API. Each plugin handles the full payment lifecycle so you can focus on your business, not payment plumbing.
Accept Payments
Card, bank transfer, and local methods at checkout
Handle Webhooks
Automatic payment status updates and event processing
Sync Orders
Bidirectional order status and refund synchronization
Shopify
Remix / React · Source
Installation
npm install @wyrr/shopify-appKey Features
WooCommerce
PHP / WordPress · Source
Installation
# Option 1: Upload via WordPress Admin
# Plugins → Add New → Upload Plugin → wyrr-woocommerce.zip
# Option 2: Composer (recommended)
composer require wyrr/woocommerce-gatewayKey Features
Magento 2
PHP / Magento · Source
Installation
composer require wyrr/module-payments
# Enable the module
bin/magento module:enable Wyrr_Payments
bin/magento setup:upgrade
bin/magento cache:cleanKey Features
BigCommerce
Node.js / TypeScript · Source
Installation
npm install @wyrr/bigcommerceKey Features
SAP Commerce Cloud
Java / Spring Boot · Source
Installation
<!-- Add to your pom.xml -->
<dependency>
<groupId>com.wyrr</groupId>
<artifactId>wyrr-sap-commerce</artifactId>
<version>1.2.0</version>
</dependency>Key Features
NetSuite
JavaScript / SuiteScript · Source
Installation
# Deploy via SuiteCloud Development Framework (SDF)
# 1. Download the Wyrr SuiteScript bundle from the partner center
# 2. Import via Customization → SuiteBundler → Search & Install Bundles
# Or deploy via SDF CLI:
suitecloud project:deploy --to productionKey Features
How Plugins Work
Every Wyrr plugin follows the same integration pattern, regardless of your platform. The plugin sits between your store and the Wyrr API, handling encryption, authentication, and webhook verification automatically.
Getting Started
Create a Wyrr account
Sign up at dashboard.wyrr.com and obtain your API key and secret from the Developer section.
Install the plugin for your platform
Use the package manager for your platform (npm, Composer, Maven, or SDF) to install the Wyrr plugin.
Configure credentials
Add your API key, API secret, and webhook secret to the plugin configuration. Use environment variables in production.
Set up webhooks
Register your webhook endpoint URL in the Wyrr dashboard. The plugin automatically verifies signatures and routes events.
Test in sandbox mode
Use test API keys (wyrr_test_pk_...) and the sandbox environment to verify your integration before going live.
Need a plugin for a platform not listed here? Contact our integrations team or use our SDKs to build a custom integration.