thelia / bridge-payment-module
BridgePayment module for Thelia
Package info
github.com/thelia-modules/BridgePayment
Type:thelia-module
pkg:composer/thelia/bridge-payment-module
2.0.3
2024-05-29 15:03 UTC
Requires
- guzzlehttp/guzzle: ^7.5
- thelia/installer: ~1.1
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