Download the PHP package thelia/bridge-payment-module without Composer
On this page you can find all versions of the php package thelia/bridge-payment-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thelia/bridge-payment-module
More information about thelia/bridge-payment-module
Files in thelia/bridge-payment-module
Download thelia/bridge-payment-module
More information about thelia/bridge-payment-module
Files in thelia/bridge-payment-module
Vendor thelia
Package bridge-payment-module
Short Description BridgePayment module for Thelia
License LGPL-3.0-or-later
Package bridge-payment-module
Short Description BridgePayment module for Thelia
License LGPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package bridge-payment-module
Bridge Payment
This module allows you to offer your customers a payment system via Bridge.
Installation
Manually
- Copy the module into 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
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
All versions of bridge-payment-module with dependencies
PHP Build Version
Package Version
The package thelia/bridge-payment-module contains the following files
Loading the files please wait ....