de.forumzfd.twinglecampaign/docs/API_Wrapper.md
Marc Michalsky forumZFD 0ba0674412
📓 add documentation
2021-04-11 20:07:38 +02:00

15 lines
No EOL
824 B
Markdown

# API Wrapper
The **Twingle API** extension uses profiles to process every incoming donation. When Twingle calls the
*TwingleDonation.submit* API, provided by the **Twingle API** extension, the API assigns the donation to the
corresponding profile by looking up the project id which comes with the call. The profile settings then specifies how
the donation should be treated.
![TwingleDonation.submit](../images/TwingleDonation.submit.png)
The **Twingle Campaign** extension puts an API wrapper around the *TwingleDonation.submit* API. This first it searches
the call for either a project id, an event id or a campaign id and depending on the result, it searches CiviCRM for the
![API Wrapper](../images/API_Wrapper.png)
Furthermore, the API wrapper enables you to create soft credits for peer-to-peer event initiators.