Real Time notifications

Billing France gives webmasters the possibility of being notified on their server each time a transaction is carried out on their website. The Billing France server sends this information in real-time to a script on the seller server. This is a server-to-server request, completely transparent to the customer.

The list of fields transmitted to your script by a POST is as follows:

Nom du champs Description
transaction_id Unique transaction identifier
id Site identifier (sxxxx)
login User name assigned to the customer
password Password assigned to the customer
nom First name and last name of the customer
pays

Country of the customer

pays

ISO code of the customer's country

email E-mail address of the customer
montant Amount of the current transaction
produit Reference of the product linked to the transaction
gen

"gen" field transmited to the payment form when it's called

gen2 "gen2" field transmited to the payment form when it's called
type Type of transaction. Possibles values:
  • 0 = initial transaction
  • 1 = automatic recurring transaction
  • 2 = one-shot transaction
  • 3 = voluntary recurring transaction
  • X = unpaid

As well as the server to server POST notifications, it is also possible to be notified of each transaction by email.

Furthermore, if Billing France detects an error in the functioning of your service (script error), an email alert is sent to you on your pre-defined alert email address.

For more information about notifications please contact our sales team.