thelia / bridge-payment-module
BridgePayment module for Thelia
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 4
Open Issues: 1
Type:thelia-module
Requires
- guzzlehttp/guzzle: ^7.5
- thelia/installer: ~1.1
This package is auto-updated.
Last update: 2024-10-29 15:53:07 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/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