Description
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.
Installation
- Upload the
fiskalpay
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Navigate to WooCommerce > Settings > Payments and enable the FiskalPAY payment gateway.
- Enter your API credentials in the plugin settings. You can obtain these credentials from us after signing a contract with our company.
- 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.
FAQ
-
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.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“FiskalPAY” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “FiskalPAY” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.17
- 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.