Raw webhook

The raw webhook submits a XML, which contains only the raw data sent by the donation form. This XML does not know anything about already existing persons in your FundraisingBox. No merge is done.

📘

How to use it?

Please contact our support if you want to activate this raw webhook.

Defintion of the pushed xml document

See /transactions.xml for complete XML.

<fb_transaction>
  <token>7h1515ju574n3x4mpl370k3n</token>
  <transaction_id>FB-T-1234567</transaction_id>
  <amount>12.34</amount>
  <currency>EUR</currency>
  <interval type="integer">0</interval>
  ...
</fb_transaction>