Download the PHP package mahocommerce/module-przelewy24 without Composer

On this page you can find all versions of the php package mahocommerce/module-przelewy24. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-przelewy24

Maho Przelewy24

Maho Commerce License PHP PHPStan Level

Przelewy24 payment gateway integration for Maho Commerce.

Accept payments through Przelewy24, one of Poland's most popular payment gateways.

Note: This module currently supports the gateway redirect flow only — the customer is redirected to Przelewy24's hosted payment page to choose their payment method. Direct card payments, BLIK, Google Pay, and Apple Pay are planned for future releases.

Features

Requirements

Installation

Clear the cache after installation:

Configuration

Navigate to System > Configuration > Payment Methods in the Maho admin panel.

General Settings (Przelewy24 - General Settings)

Setting Description Default
Sandbox Mode Use Przelewy24 sandbox for testing Yes
Merchant ID Your Przelewy24 merchant account ID
POS ID Point of Sale ID (usually same as Merchant ID)
CRC Key Used for request signing and webhook verification
API Key Used for HTTP Basic Authentication with the API

Payment Method (Przelewy24 - Gateway Payment)

Setting Description Default
Enabled Activate the payment method No
Title Payment method name shown at checkout Przelewy24
Applicable Countries All countries or specific countries only All
Sort Order Display position among payment methods 100

How It Works

  1. Order placement — Customer selects Przelewy24 at checkout, order is created in pending_payment state
  2. Registration — A transaction is registered with Przelewy24's API, returning a payment token
  3. Redirect — Customer is redirected to Przelewy24's hosted payment page to complete payment
  4. Webhook — Przelewy24 sends a signed notification to your store confirming payment
  5. Verification — The module verifies the transaction with Przelewy24's API and captures the payment
  6. Invoice — An invoice is automatically created and the order moves to processing

If the webhook fails to arrive, a cron job polls Przelewy24 every 5 minutes for pending orders (up to 24 hours old).

Webhooks

Configure the following webhook URL in your Przelewy24 merchant panel:

For refund notifications:

Supported Currencies

All currencies supported by your Przelewy24 merchant account. Amounts are converted to grosze (1/100) for API communication.

Roadmap

License

This module is licensed under the Open Software License v3.0.

Links


All versions of module-przelewy24 with dependencies

PHP Build Version
Package Version
Requires php Version >=8.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mahocommerce/module-przelewy24 contains the following files

Loading the files please wait ...