The SqalaPay plugin for WooCommerce allows seamless integration of your WordPress store with Sqala's payment solutions, including credit card, boleto, dynamic Pix, and recurring Pix options.
Features
- Credit card
- Pix payment
- Recurrent pix payments
- Boleto
- Admin page for logs and credentials management
📦 Installation
You can install the SqalaPay WooCommerce plugin in two different ways:
🔧 Option 1: Clone or Manual Upload
-
Clone or download the repository
git clone https://github.com/rpo-pay/sqala-wordpress.git
-
Upload the directory to:
wp-content/plugins/sqalapay-gateway
-
Go to the WordPress admin panel:
Plugins → Installed Plugins
and activate SqalaPay Gateway. -
Navigate to:
WooCommerce → SqalaPay → Settings
and enter your Sqala credentials.
🗂 Option 2: Install via ZIP
-
Download the plugin
.zip
file from:- GitHub (Code > Download ZIP)
- Or the official Sqala website
-
In the WordPress admin panel, go to:
Plugins → Add New
-
Click Upload Plugin, choose the
.zip
file, and click Install Now. -
Once installed, click Activate Plugin.
-
Navigate to:
WooCommerce → SqalaPay → Settings
and enter your Sqala credentials.
🧰 Requirements
- WordPress 5.8+
- WooCommerce 6.0+
- An active SqalaPay account
- Valid API credentials (provided by SqalaPay)
🔔 Webhook Setup
The plugin already provides built-in REST endpoints to receive webhook notifications.
Make sure to configure the following webhook URL in your SqalaPay dashboard:
https://YOUR_DOMAIN/wp-json/sqalapay/v1/webhook
For proper webhook processing, ensure your site supports HTTPS and the REST API is reachable from the internet.