PHPackages                             thelia/wire-transfer-module - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. thelia/wire-transfer-module

ActiveThelia-module[Payment Processing](/categories/payments)

thelia/wire-transfer-module
===========================

2.1.3(2y ago)2515↓33.3%6[1 PRs](https://github.com/thelia-modules/WireTransfer/pulls)LGPL-3.0+PHP

Since Mar 19Pushed 2y ago4 watchersCompare

[ Source](https://github.com/thelia-modules/WireTransfer)[ Packagist](https://packagist.org/packages/thelia/wire-transfer-module)[ RSS](/packages/thelia-wire-transfer-module/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (9)Used By (0)

Wire Tranfer Payment Module
===========================

[](#wire-tranfer-payment-module)

Authors: Thelia , Franck Allimant,

Contents
--------

[](#contents)

fr\_FR:

1. Installation
2. Utilisation
3. Boucle
4. Intégration

en\_US:

1. Install notes
2. How to use
3. Loop
4. Integration

fr\_FR
------

[](#fr_fr)

Ce module permet à vos clients de payer leurs commandes par virement banciare.

Il s'agit d'une amélioration du module PaymentTransfer.

### Installation

[](#installation)

Pour installer le module de paiement par virement, téléchargez l'archive et décompressez la dans `/local/modules`

### Utilisation

[](#utilisation)

Tout d'abord, activez le module dans le Back-Office, onglet "Modules", puis cliquez sur "Configurer" sur la ligne du module.

Via la page de configuration, entrez vos informations bancaires et enregistrez.

### Email de notification de paiement

[](#email-de-notification-de-paiement)

Un email de notification de paiement est envoyé à vos clients lorsque vous avez bien reçu leur virement, et que leur commande passe à l'état payé. Le contenu de ce mail est configurable dans le back-office -&gt; Configuration -&gt; Template e-mail -&gt; Confirmation de virement

### Boucle

[](#boucle)

1. Le type de la boucle est `wiretransfer.get.info`. Cette boucle permet de récupérer les informations bancaires.

    - Arguments:

        1. order\_id | obligatoire | id de la commande
    - Sorties:

        1. $ACCOUNT\_HOLDER\_NAME: nom du titulaire du compte
        2. $IBAN: Numéro IBAN
        3. $BIC: code BIC
    - Utilisation:

        ```
        {loop name="wiretransfer.infos" type="wiretransfer.get.info" order_id=$placed_order_id}
           {intl d='wiretransfer' l="Account holder name"} :
           {$ACCOUNT_HOLDER_NAME}

           {intl d='wiretransfer' l="IBAN"} :
           {$IBAN}

           {intl d='wiretransfer' l="BIC code"} :
           {$BIC}
        {/loop}

        ```

### Intégration

[](#intégration)

Les informations bancaires du commerçant sont affichées sur la page `order-placed.html` du template frontOffice standard, en utilisant le hook `order-placed.additional-payment-info`.

en\_US
------

[](#en_us)

This module offers wire transfer payment to your customers.

This is an improvement of the TranferPayment module.

### Install notes

[](#install-notes)

To install the wire transfer payment module, download the archive and uncompress it in `/local/modules`

### Usage

[](#usage)

You first need to activate the module in the Back-Office, tab "Modules". Then click on "Configure" on the line of the module.

Using module's the configuration page, enter you Bank account information and save.

### Payment notification e-mail

[](#payment-notification-e-mail)

A notification email is sent to your customers when you've received their wire transfer, and switcher the order to the "paid" status.

The content of this e-mail could be configured in the back-office -&gt; Le contenu de ce mail est configurable dans le back-office -&gt; Configuration -&gt; Mailing templates -&gt; Wire transfer confirmation

\### Loop

1. The loop type is `wiretransfer.get.info`. This loop returns the bank information.

    - Arguments:

        1. order\_id | mandatory | id of the order
    - Output:

        1. $ACCOUNT\_HOLDER\_NAME: name of the bank account holder
        2. $IBAN: IBAN number
        3. $BIC: BIC code
    - Usage:

        ```
        {loop name="wiretransfer.infos" type="wiretransfer.get.info" order_id=$placed_order_id}
           {intl d='wiretransfer' l="Account holder name"} :
           {$ACCOUNT_HOLDER_NAME}

           {intl d='wiretransfer' l="IBAN"} :
           {$IBAN}

           {intl d='wiretransfer' l="BIC code"} :
           {$BIC}
        {/loop}

        ```

### Integration

[](#integration)

The bank account information are displayed in `order-placed.html` file of the default front office template, using the `order-placed.additional-payment-info` hook.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 81.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~519 days

Recently: every ~85 days

Total

7

Last Release

958d ago

Major Versions

1.2.0 → 2.0.02022-10-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a46ed88ee1c801d1002d3e49bbddf2f7ad82265e8f3de6f2894793190163fd6?d=identicon)[cqfdev](/maintainers/cqfdev)

---

Top Contributors

[![roadster31](https://avatars.githubusercontent.com/u/2197734?v=4)](https://github.com/roadster31 "roadster31 (13 commits)")[![bibich](https://avatars.githubusercontent.com/u/1215555?v=4)](https://github.com/bibich "bibich (2 commits)")[![lopes-vincent](https://avatars.githubusercontent.com/u/6057206?v=4)](https://github.com/lopes-vincent "lopes-vincent (1 commits)")

### Embed Badge

![Health badge](/badges/thelia-wire-transfer-module/health.svg)

```
[![Health](https://phpackages.com/badges/thelia-wire-transfer-module/health.svg)](https://phpackages.com/packages/thelia-wire-transfer-module)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
