PickBazar Documentation
WelcomeHow It Works
Prerequisite
Installation
Available Scripts & Command
How Can I use this app
Demo Deploy
Features
Settings
Payment
IntroductionStripeStripe ElementPaypalRazorpayMolliePaystackSSLCOMMERZXenditIyzicoIyzicoHow to create & setup Iyzico information properly?PaymongobKashFlutterwaveIntegration of New Payment GatewayMulti payment gateway
Flash Sale
Shop Transfer
Social LoginOTP (Mobile Number Verification)WalletEmail ConfigurationEmail VerificationSubscribeTerms and conditions
SEO and Analytics
Refund
Real-time Notification
Multilingual & Translation
Third-party Integrations
Deployment
Back-End Integration
Customizations
Update & Upgrade Guide
FAQ PageContactQuestion & AnswerBreaking ChangesSupportChange Log

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 PickBazar.

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 PickBazar 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-pickbazar-settings iyzico-pickbazar-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 PickBazar app .env file like mentioned above.

iyzico-dashboard-api-keys

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

iyzico-webhook