ChawkBazar Documentation
WelcomeTech We Have UsedGetting Started
Available Scripts & Command
How Can I use this app
Demo Deploy
Features
Settings
Payment
IntroductionStripePaypalRazorpayMolliePaystackIyzicoIyzicoHow to create & setup Iyzico information properly?Integratioin of new payment gatewayMulti payment gateway
Shop Transfer
SEO and Analytics
API
Multilingual & Translation
OTP (Mobile Number Verification)Email ConfigurationEmail VerificationSocial LoginSubscribeFAQ PageContactTerms and conditions
Third-party Integrations
Deployment
Back-End Integration
Upgrade
Customizations
FAQSupportChangelogs

Iyzico

iyzico is one of Turkey's most well-known payment gateways. iyzico provides safe payment solutions to internet businesses and individuals of various sizes. You can quickly and easily incorporate the iyzico payment into your e-commerce website and begin accepting payments.

Iyzico integrate inside Chawkbazar.

Please follow & complete this steps for Iyzico integration for your e-commerce system.

  • Inside api there is .env file. You have to copy & paste this line of codes inside the .env file. We will discuss later about how to create those API keys in Iyzico.
# Remove sandbox- for Production
IYZIPAY_BASE_URL=[https://sandbox-api.iyzipay.com]
IYZIPAY_API_KEY=[YOUR_KEY_HERE]
IYZIPAY_SECRET_KEY=[YOUR_SECRET_KEY_HERE]
SHOP_URL=[YOUR_SHOP_URL]
SHOP_URL=[YOUR_SHOP_URL] This parameter is must have in .env file when Iyzico is using. Otherwise the payment redirection will be broken.
  • To activate Paypal go to settings from Chawkbazar admin dashboard. Inside settings you will find configure payment option. (e.g. webhook URL is coming from local development. This static link will dynamically generated in live environment)

admin-chawkbazar-settings iyzico-chawkbazar-dashboard

How to create & setup Iyzico information properly?

  • Create an account in https://merchant.iyzipay.com/
  • Create a sandbox account in https://sandbox-merchant.iyzipay.com/
  • Choose sandbox if your are testing your development environment.
  • Click on Setting then Merchant Settings. .
  • You will get your Sandbox API credentials. Copy & paste those inside Chawkbazar app .env file like mentioned above.

iyzico-dashboard-api-keys

  • You will find the Webhook ID and logo link too.

iyzico-webhook