> For the complete documentation index, see [llms.txt](https://mhsagor.gitbook.io/takaden/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mhsagor.gitbook.io/takaden/configuration/bkash.md).

# bKash

To configure Bkash payment gateway, you will need to add the following lines to your `.env` file, replacing the placeholder values with your actual Bkash credentials:

```makefile
BKASH_APP_KEY=YOUR_BKASH_APP_KEY
BKASH_APP_SECRET=YOUR_BKASH_APP_SECRET
BKASH_USERNAME=YOUR_BKASH_USERNAME
BKASH_PASSWORD=YOUR_BKASH_PASSWORD
```

<br>
