thelia / bridge-payment-module
BridgePayment module for Thelia
Package info
github.com/thelia-modules/BridgePayment
Type:thelia-module
pkg:composer/thelia/bridge-payment-module
3.0.0
2026-08-08 09:15 UTC
Requires
- guzzlehttp/guzzle: ^7.5
- thelia/installer: ^1.6
This package is auto-updated.
Last update: 2026-08-08 09:40:36 UTC
README
This module allows you to offer your customers a payment system via Bridge.
Installation
Manually
- 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
Composer
Add it in your main thelia composer.json file
composer require thelia/bridge-payment-module:~1.0
Usage
- 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/notificationand checkpayment.transaction.createdandpayment.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