These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

Fundraising endpoints

(edited)

I want to use the Rest API to record donations in the iMIS Fundraising dashboard. The donations are processed and deposited into the association's bank account by a 3rd party.

I simulated a transaction in iMIS Desktop:

  • Create a one-time pledge. This creates a transaction and an invoice
  • Apply a cash payment to the pledge. This creates a transaction with a payment against the invoice

I suspect I can do the same thing via Rest with some combination of these APIs:

  • DonationCommitment
  • ExpectedPayment
  • Donations
  • Tributes
  • Payments

Can anyone here help? I'm limited to the v1.0.1 API

Thanks!