Title: FiskalPAY
Author: Viktor Kutka
Published: <strong>12. 2. 2025</strong>
Last modified: 14. 1. 2026

---

Prohledat pluginy

![](https://ps.w.org/fiskalpay/assets/banner-772x250.jpg?rev=3240080)

![](https://ps.w.org/fiskalpay/assets/icon-256x256.png?rev=3240080)

# FiskalPAY

 Autor: [Viktor Kutka](https://profiles.wordpress.org/a3soft/)

[Stáhnout](https://downloads.wordpress.org/plugin/fiskalpay.1.1.18.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/fiskalpay/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/fiskalpay/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/fiskalpay/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/fiskalpay/#developers)

 [Podpora](https://wordpress.org/support/plugin/fiskalpay/)

## Popis

FiskalPAY is a secure and PCI DSS-compliant payment gateway that integrates seamlessly
with your WooCommerce store. It supports a currencies EUR and CZK — based on your
contract. When customers choose FiskalPAY at checkout, they are redirected to FiskalPAY’s
encrypted payment platform, where they can complete their transaction using major
credit/debit cards (VISA, MasterCard, Maestro) or digital wallets like Google Pay
and Apple Pay. After the payment is processed, customers are automatically redirected
back to your store with the payment result clearly displayed.

**Benefits for Merchants:**
 – **Comprehensive Transaction Dashboard:** Merchants
have access to a detailed dashboard, offering real-time insights into all transactions,
including graphs and specific order details (product names, quantities, prices).–**
PCI DSS Compliance:** FiskalPAY meets PCI DSS standards, ensuring the highest level
of security for card transactions, reducing the risk of fraud, and enhancing customer
trust. – **Easy Integration:** After signing a contract with us, merchants receive
API URLs and tokens for straightforward setup in the plugin, ensuring a smooth integration
process. – **Enhanced Payment Options:** Merchants can offer multiple payment methods,
including major credit/debit cards and popular digital wallets, catering to a wide
range of customer preferences and encouraging more completed transactions.

**Benefits for Customers:**
 – **Multiple Payment Options:** Customers can select
from a range of secure payment methods, including major credit/debit cards and digital
wallets like Google Pay and Apple Pay, providing flexibility and convenience. – **
Secure Payment Process:** With PCI DSS compliance and HTTPS encryption, customers
can trust that their payment information is handled with the utmost security. – **
Seamless Checkout Experience:** The process is straightforward—customers are redirected
to FiskalPAY’s secure platform to complete their payment and are then returned to
the store with a clear indication of the transaction result.

**Key Features:**
 – **Support for Major Payment Methods:** Compatible with VISA,
MasterCard, Maestro, Google Pay, and Apple Pay. – **PCI DSS Compliance:** Ensures
the highest standards of security for handling payment card transactions. – **Secure
Transactions:** HTTPS encryption protects all data exchanged during the payment 
process. – **Real-Time Transaction Dashboard:** Merchants can monitor transactions
and access detailed analytics and order insights in real-time. – **Currency Support:**
Supports one currencies EUR and CZK — based on the terms of the merchant’s contract.

## Snímky obrazovky

 * [[

## Instalace

 1. Upload the `fiskalpay` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‚Plugins‘ menu in WordPress.
 3. Navigate to WooCommerce > Settings > Payments and enable the FiskalPAY payment 
    gateway.
 4. Enter your API credentials in the plugin settings. You can obtain these credentials
    from us after signing a contract with our company.
 5. Enable the plugin and save your settings. Once enabled, the FiskalPAY option will
    be visible on the checkout page for your customers.

With these steps completed, your WooCommerce store will be fully integrated with
FiskalPAY, offering a secure and reliable payment option to your customers.

## Nejčastější dotazy

### What is FiskalPay?

FiskalPay is a secure, PCI DSS-compliant payment gateway that allows WooCommerce
store owners to securely process payments via major credit/debit cards and popular
digital wallets such as Google Pay and Apple Pay.

### How do I get my API credentials?

To obtain your API credentials, you need to sign a contract with us. After signing
the contract, we will provide you with the necessary API credentials, including 
the Request URL, Request Info URL, and Authentication Token.

### What currencies does FiskalPay support?

FiskalPay supports EUR and CZK as the currency, based on the terms of your contract.

### Can I test the plugin before going live?

Yes, the plugin includes a **staging (testing) environment** feature. You can obtain
separate testing credentials (URLs and token) from us, which will allow you to test
the integration without affecting live transactions.

The plugin also includes a **debug mode** for our team to troubleshoot issues in
case any requests are not delivered as expected. This mode helps us identify and
log errors, ensuring that the payment integration functions correctly. Please note
that debug mode is not for customer use but rather a tool for us to assist with 
resolving any technical issues.

### What WooCommerce versions are supported?

This plugin works with WooCommerce version 7.1.0 and above. It has been tested up
to WooCommerce 9.1.4.

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

FiskalPAY je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

 *   [ Viktor Kutka ](https://profiles.wordpress.org/a3soft/)

Plugin „FiskalPAY“ byl přeložen do 2 jazyků. Děkujeme všem [překladatelům](https://translate.wordpress.org/projects/wp-plugins/fiskalpay/contributors)
za jejich pomoc.

[Přeložte “FiskalPAY” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/fiskalpay)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/fiskalpay/), podívejte
se do [SVN repozitáře](https://plugins.svn.wordpress.org/fiskalpay/), nebo se přihlaste
k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/fiskalpay/) pomocí
[RSS](https://plugins.trac.wordpress.org/log/fiskalpay/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 1.1.18

 * Added support for HUF token
 * Configuration now available under FiskalPRO main menu

#### 1.1.17

 * Fixed bug in notifyHandler, when was called error occurred (bad variable)
 * Requires php version 8.1, because php 8.0 is outdated

#### 1.1.16

 * Added declare(strict_types)
 * Updated required php version to 8
 * Added return types
 * Removed all headers from notify log, and added timestamp, method, endpoint, quiery_string,
   client_ip, client_port, user_agent, referer, protocol to debug, also log type
   set to json

#### 1.1.15

 * Removed private git repo for a3soft/a3pay-php-client package, now it’s available
   by public packagist repo
 * Edited prefixes in hooks
 * Added composer.json and package.json to release
 * Added if(! defined(‚ABSPATH‘)) entry check in php scripts
 * Replaced WP_CONTENT_DIR by wp_upload_dir

#### 1.1.14

 * Replaced giggsey/libphonenumber-for-php by giggsey/libphonenumber-for-php-lite,
   because of reducing plugin size
 * Added plugin description when calling FiskalPAY api

#### 1.1.13

 * Added CZK token option to config
 * Modified order stated from paid to specific value like completed etc.

#### 1.1.12

 * Shipping country and billing country have become optional
 * Message when phone parsing was not done successfully is now specific, also phone
   is checked before parsing. If is empty, parsing will not be performed.

#### 1.1.11

 * Fixed problem with unique transaction exception even when transactionId dont 
   exists.

#### 1.1.10

 * Validated by wp cli plugin check
 * Replace all file operations by WP_Filesystem
 * json_encode replaced by wp_json_encode
 * All output is now escaped by esc_html
 * Replaced curl in debug mode by wp_remote_post
 * Little optimization in getOrderIdByTransactionId
 * Added readme.txt
 * Added license header to fiskalpay.php

#### 1.1.9

 * Updated plugin for compatibility with WooCommerce 9.1.4 and WordPress 6.6.2.
 * Improved error handling and logging features.
 * Minor bug fixes and code optimizations.

#### 1.1.8

 * Improved performance and fixed minor compatibility issues.
 * Added additional logging options for debugging.

#### 1.1.0

 * Initial release.

## Meta

 *  Verze **1.1.18**
 *  Poslední aktualizace **před 3 měsíce**
 *  Aktivních instalací **30+**
 *  Verze WordPressu ** 5.3 nebo novější **
 *  Testováno až do WordPressu **6.9.4**
 *  Verze PHP ** 8.1 nebo novější **
 *  Jazyky
 * [Czech](https://cs.wordpress.org/plugins/fiskalpay/), [English (US)](https://wordpress.org/plugins/fiskalpay/)
   a [Slovak](https://sk.wordpress.org/plugins/fiskalpay/).
 *  [Přeložte do vašeho jazyka](https://translate.wordpress.org/projects/wp-plugins/fiskalpay)
 * Štítky
 * [payment gateway](https://cs.wordpress.org/plugins/tags/payment-gateway/)[payments](https://cs.wordpress.org/plugins/tags/payments/)
   [woocommerce](https://cs.wordpress.org/plugins/tags/woocommerce/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/fiskalpay/advanced/)

## Hodnocení

Zatím nebyly zadány žádné recenze.

[Your review](https://wordpress.org/support/plugin/fiskalpay/reviews/#new-post)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/fiskalpay/reviews/)

## Spolupracovníci

 *   [ Viktor Kutka ](https://profiles.wordpress.org/a3soft/)

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/fiskalpay/)