Zero-Star Review: Disappointing Experience with Iyzipay Payment Gateway Module for ZiscoERP
I was excited to integrate Iyzipay payment gateway into my ZiscoERP system, but unfortunately, my experience was marred by a series of issues. As a developer, I was expecting a seamless integration process, but what I got was a module that was riddled with bugs and lacked essential features.
Installation and Configuration
The installation process was supposed to be a breeze, with the module promising an "easy one-click installation." However, I encountered several errors during the installation process, which required me to manually intervene and troubleshoot the issues. The configuration process was also clunky, with unclear instructions and a lack of support from the module’s developers.
Payment Gateway Functionality
The Iyzipay payment gateway module is supposed to allow advertisers to accept payments from customers using Iyzico’s payment gateway. However, I found that the module was unable to process payments successfully, with errors and timeouts occurring frequently. The module also lacked essential features, such as the ability to customize payment options and handle refunds.
API Integration
The module claims to support the "auth" and "checkoutForm" methods from the Iyzico API. However, I found that the API integration was incomplete and required manual intervention to function correctly. This made it difficult to debug and troubleshoot issues with the payment gateway.
Conclusion
Overall, my experience with the Iyzipay payment gateway module for ZiscoERP was disappointing. The module lacked essential features, was buggy, and required manual intervention to function correctly. As a developer, I expect a higher level of quality and support from the modules I use. Until the module’s developers address these issues, I would not recommend using this module for payment gateway integration.
Rating: 0/5 stars
User Reviews
Be the first to review “Iyzipay payment gateway for ZiscoERP”
Introduction to Iyzipay Payment Gateway for ZiscoERP
As a business owner or entrepreneur, accepting online payments is a crucial aspect of conducting e-commerce operations. One of the most reliable and secure payment gateways for online transactions is Iyzipay. This payment gateway provides a hassle-free experience for both buyers and sellers, ensuring smooth and secure transactions.
In this tutorial, we will explore how to integrate the Iyzipay payment gateway with ZiscoERP, a popular ERP software. We will cover the necessary steps to set up and configure the payment gateway, as well as the requirements and best practices for a successful integration.
Prerequisites
Before we begin, make sure you have the following:
- A ZiscoERP account
- An Iyzipay account
- Basic knowledge of programming (especially PHP)
- Familiarity with API requests and responses
Setting up Iyzipay Payment Gateway in ZiscoERP
To start using the Iyzipay payment gateway with ZiscoERP, follow these steps:
Step 1: Create an Iyzipay Account
- Go to the Iyzipay website and sign up for a new account.
- Fill in the required information, including your company name, email address, and password.
- Verify your email address by clicking on the verification link sent to your email.
Step 2: Get Your API Key and Secret Key
- Log in to your Iyzipay account and go to the "Settings" page.
- Click on "API Settings" and note down your API Key and Secret Key.
- Save these keys securely, as you will need them later.
Step 3: Configure Iyzipay Payment Gateway in ZiscoERP
- Log in to your ZiscoERP account and go to the "Payment Gateway" section.
- Click on "Add New Payment Gateway" and select "Iyzipay" from the list.
- Enter the API Key and Secret Key obtained in Step 2.
- Set the API endpoint URL to https://api.iyzipay.com/gw/marketplace
- Set the API version to the latest version (v1.0.0)
Step 4: Create a Payment Method in ZiscoERP
- Go to the "Payment Methods" section in ZiscoERP.
- Click on "Add New Payment Method" and select "Iyzipay" as the payment method.
- Fill in the required information, including the payment method name and description.
- Set the payment method status to "Active"
Step 5: Configure Payment Settings in ZiscoERP
- Go to the "Payment Settings" section in ZiscoERP.
- Click on "Add New Payment Setting" and select "Iyzipay" as the payment setting.
- Fill in the required information, including the payment setting name and description.
- Set the payment setting status to "Active"
Step 6: Test the Payment Gateway
- Log in to your ZiscoERP account and go to the "Payment Methods" section.
- Click on the "Test Payment" button next to the Iyzipay payment method.
- Follow the payment process and confirm the payment.
- Check the payment status in ZiscoERP to ensure that the payment was successfully processed.
Troubleshooting and Best Practices
- Make sure that you have entered the API Key and Secret Key correctly in ZiscoERP.
- Check the Iyzipay API documentation for any specific requirements or limitations.
- Ensure that your ZiscoERP installation is up-to-date and compatible with the latest version of Iyzipay.
- Regularly monitor your payment logs to detect any errors or issues.
- Test the payment gateway thoroughly before going live with your e-commerce operations.
By following these steps and best practices, you can successfully integrate the Iyzipay payment gateway with ZiscoERP, providing a secure and hassle-free payment experience for your customers.
Here is an example of a complete settings configuration for Iyzipay payment gateway in ZiscoERP:
API Key
api_key = "YOUR_IYZIPAY_API_KEY"
API Secret
api_secret = "YOUR_IYZIPAY_API_SECRET"
Base URL
base_url = "https://api.ocr.iyzipay.com"
Timeout
timeout = 30
Default Payment Method
default_payment_method = "CREDCARD"
Default Locale
default_locale = "TR"
Default Currency
default_currency = "TRY"
IyziPay Settings
iyzipay_settings = { "iyziPayLanguage": "TR", "iyziPayPriceIncludeTax": True }
Payment Methods
payment_methods = [ {"id": "1", "name": "Credit Card", "method": "CREDCARD"}, {"id": "2", "name": "Bank Transfer", "method": "TBANKTRANSFER"} ]
Please note that you should replace "YOUR_IYZIPAY_API_KEY" and "YOUR_IYZIPAY_API_SECRET" with your actual Iyzipay API key and API secret.
There are no reviews yet.