> For the complete documentation index, see [llms.txt](https://docs.foloosi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.foloosi.com/ecommerce-integrations/magento.md).

# Magento

You can integrate our Payment Gateway with Magento Store to accept payments.

Foloosi's Payments plugin allows you to accept credit/debit on your Magento site easily. This plugin adds Foloosi Payment option on Magento checkout page.&#x20;

When the user chooses Foloosi as Payment Method, they will be redirected to Foloosi website. Post completion of payment, the user is sent back to Magento website returning transactions details.

A remember me feature allows customers to make a quick payment.&#x20;

The design is responsive and is compatible across devices and browsers.

### Requirements

* Magento 2.\*
* PHP >= 5.6.0
* Magento version as specified in composer.json of this project
* Foloosi account ([Business Signup](https://www.foloosi.com/))
* Create api credentials ([click here to create](/get-started/create-api-credentials.md))

### Installation Using Composer

#### [Download ](https://marketplace.magento.com/foloosi-paymentgateway.html)the plugin or purchase it from here (<https://marketplace.magento.com/foloosi-paymentgateway.html>)

#### Add magento access keys in project base file

copy/paste the access keys in your auth.json file inside your project

#### Install the plugin in Magento 2

Use "composer require \<module\_name>:\<version>"

#### Sample installation&#x20;

For Installing the latest version,

"composer require foloosi/paymentgateway:100.0.8"

#### Enable this extension in Magento 2

`bin/magento module:enable Foloosi_PaymentGateway --clear-static-content`

#### Setup extension and refresh cache

`bin/magento setup:upgrade`

`bin/magento cache:flush`

`bin/magento setup:di:compile`

`bin/magento setup:static-content:deploy`

### Configuration

Once installed, this module can be configured as usual by logging into the Magento admin area and navigate to,

Stores > Configuration > Sales > Payment Methods > Foloosi PaymentGateway

**NOTE**

Supports 170 World Currencies

Apple pay will be available only when API mode is in live.

#### Support

Visit <https://www.foloosi.com> for support requests or email to <tech@foloosi.com>.

## Developed by

Foloosi Technologies Pvt Ltd.

## License

Copyrights (c) 2025 Foloosi
