This module allows you to offer your customers a payment system via Bridge.
- Copy the module into
<thelia_root>/local/modules/
directory and be sure that the name of the module is BridgePayment. - Activate it in your thelia administration panel
Add it in your main thelia composer.json file
composer require thelia/bridge-payment-module:~1.0
- Create an account here https://dashboard.bridgeapi.io/signin.
- Create your WebApp, then copy your client id and client secret into BridgePayment Thelia module configuration
- On your WebApp go to Webhooks > Add a webhook.
- On your webhook configuration in Callback URL enter
https://<your_domain>/bridge/notification
and checkpayment.transaction.created
andpayment.transaction.updated
. - Copy your webhook secret key in BridgePayment Thelia module configuration.
You can check Bridge documentation for help https://docs.bridgeapi.io/docs/quickstart