All Collections
Merchant
Set-up
How do I integrate Fintecture on my Magento site?
How do I integrate Fintecture on my Magento site?
Farouk Belhadri avatar
Written by Farouk Belhadri
Updated over a week ago

Once your account is activated, you can proceed to Fintecture integration to start collecting payments on your website.

We will guide you step by step to configure the module on your PrestaShop website. Let's go !

1 – Creation of the store on the Fintecture space

From your Fintecture space :

  1. Click on the My Shops tab in the left menu

  2. Select E-commerce plugin

  3. Add your logo if you want it to be visible on the Connect (payment interface)

  4. Fill in the name of your shops

  5. Select Magento

  6. Enter the URL of your website (the format must be https://....)

  7. Select Production

  8. Check your bank account information

  9. You can now add your logos to customise Connect (payment interface) and emails. You can also come back to this step later

  10. Click on Create my shop

  11. Click on Generate Private Key: the download of the .pem file will start automatically

    nb: if the file does not download in this format, you will need to change browser or convert it.

  12. Once you have downloaded the file, go to your Magento back office and keep this page open :

2 – Installing the extensions

To install the extensions, you have 3 options: from a .zip file, via the Composer or via Admin Web Setup Wizard.

A – Installing the extension from a zip file

  1. Unzip the file

  2. Create another directory called app/code/Fintecture/Payment/

  3. Upload the app/code/Fintecture /Payment/ directory to the root directory of your Magento installation. All directories must match the existing directory structure,

  4. Go to the root directory and run :

    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy -f
    php bin/magento cache:flush

  5. Clear the cache

B – Install the extension using the Composer (recommended)

  1. Ensure that the Composer is installed

  2. Ensure you have the access keys to install by going to My Profile in Marketplace, then choosing Access Keys in the My Products section

  3. Search for Pay by Instant Transfer and click on Technical Details in My Purchase

  4. Go to your Magento project directory and update your composer.json file

  5. Run :

    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy -f
    php bin/magento cache:flush

  6. Clear the cache

C – Install the extension via Admin Web Setup Wizard

  1. In the Magento 2 administration panel, go to System > Web Setup Wizard > Extension Manager

  2. Click on Review then Install

  3. In the list of available components, find the extension and click on Install

  4. Start the Readiness Check

  5. Create a backup if necessary, then click Next

  6. Click on Enable

3 – Module configuration

  1. From your Admin Panel, go to the Payment Methods page (Stores > Configuration > Sales)

  2. Click on the arrow on Other Payment Methods and Pay by Instant Transfer will appear

  3. Click on Configure

  4. Click on the arrow to unwind the Fintecture Settings

  5. Ensure that Yes is selected in the Enabled field

  6. Make sure that Production is selected in the field Environment field

  7. Make sure All is selected in the Bank Type

  8. Ensure that Yes is selected in the field Show logo

  9. Copy the APP ID previously generated from your console and paste it into the Fintecture APP ID field

  10. Copy the SECRET APP previously generated from your console and paste it into the Fintecture APP SECRET field

  11. Load the private key (.pem file) previously generated from your Fintecture space

  12. Test the connection

  13. Save the configuration

Congratulations, the Fintecture module is correctly configured! You can now simulate an order on your website to check that it is visible.

4 – Maximize your adoption rate with Fintecture

We have interviewed users and worked with designers to integrate best practices to increase the adoption rate of Fintecture and we share with you some golden rules to follow:


In practice, we recommend that you:

👉 Harmonize the way you present the payment methods.

👉 Position the Fintecture immediate transfer first on your payment page

👉 Integrate our Fintecture brand by activating the Logo option on the PrestaShop configuration page

👉 Communicate to your customers to announce the release of this new payment solution: newsletter, banner, blog post...

👉 Use the latest version of the module, which integrates the best practices in terms of UX

Did this answer your question?