Merge webhook

This webhook submits a XML, which contains all available data of the donation and person.

This means, if the donation has been automatically added to an existing person (merge) in your FundraisingBox, all person data (like addresses, email-addresses, bankaccounts, …) are sent within the fb_person-XML-tag.

Of course it contains the detailed data of the donation, the detailed data of the recurring payment and sepa mandate, if available. The data are separated into fb_donation, fb_person, fb_sepa_mandate and fb_recurring_payment.

Defintion of the pushed xml document

<fb_transaction>
   <fb_donation>
      ...
   </fb_donation>
   <fb_person>
      ...
   </fb_person>
   <fb_recurring_payment> //OPTIONAL
      ...
   </fb_recurring_payment>
   <fb_sepa_mandate> //OPTIONAL
      ...
   </fb_sepa_mandate>
</fb_transaction>

Detailed information:
/donations/:id.xml
/persons/:id.xml
/recurrings/:id.xml
/mandates/:id.xml