PickBazar Documentation
WelcomeHow It Works
Prerequisite
Installation
Available Scripts & Command
How Can I use this app
Demo Deploy
Features
Settings
Payment
IntroductionStripeStripe ElementPaypalRazorpayMolliePaystackSSLCOMMERZXenditIyzicoPaymongobKashbKashHow to create & setup bKash information properly?Special Notes for bKash.FlutterwaveIntegration 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

bKash

bKash is a mobile financial service in Bangladesh that allows users to make financial transactions through their mobile phones. It was launched in 2011 as a subsidiary of BRAC Bank, one of the leading banks in Bangladesh. bKash provides a range of services such as money transfer, mobile recharge, bill payment, merchant payments, and more.

bKash integrate inside PickBazar.

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

  • First go to settings from PickBazar admin dashboard. Inside settings you will find Currency option.Select Bangladeshi Taka (BDT) Currency. bKash primarily operates in the currency of Bangladesh, which is the Bangladeshi Taka (BDT).

bkash-gateway.png

  • 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 bkash official website.
BKASH_SANDBOX=true #for production use false
BKASH_APP_KEY=
BKASH_APP_SECRET=
BKASH_USERNAME=
BKASH_PASSWORD=
SHOP_URL=[YOUR_SHOP_URL] This parameter is must have in .env file when bKash is using. Otherwise the payment redirection will be broken.

How to create & setup bKash information properly?

bkash-home

  • After That Click on customer service for new merchant API Keys.

customer-service

  • Then apply API keys for merchant mobile Number.

  • 3-10days after they with give you your

BKASH_APP_KEY BKASH_APP_SECRET BKASH_USERNAME &BKASH_PASSWORD.

Special Notes for bKash.

If we have used any third party system/plugin/packages, then we have always encouraged our respected customers to follow the official documentation for detailed & in-depth knowledge.