WordPress

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

  1. Clone or download the repository

    git clone https://github.com/rpo-pay/sqala-wordpress.git
  2. Upload the directory to: wp-content/plugins/sqalapay-gateway

  3. Go to the WordPress admin panel: Plugins → Installed Plugins and activate SqalaPay Gateway.

  4. Navigate to: WooCommerce → SqalaPay → Settings and enter your Sqala credentials.


🗂 Option 2: Install via ZIP

  1. Download the plugin .zip file from:

    • GitHub (Code > Download ZIP)
    • Or the official Sqala website
  2. In the WordPress admin panel, go to: Plugins → Add New

  3. Click Upload Plugin, choose the .zip file, and click Install Now.

  4. Once installed, click Activate Plugin.

  5. 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.