Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Can you explain your use-case in a little more detail?

    Thread Starter WP CMS Ninja

    (@billiardgreg)

    so after a donation is made, I need to be able to use the email address and donation amount in some post processing. IE be able to see how much was donated and then do some database work based upon that.

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Shouldn’t be too difficult. All of that data is readily accessible mostly via postmeta. Have you dug into our reports in depth? That has all the data you’d need and you can see how that’s pulled there.

    Plugin Author Devin Walker

    (@dlocc)

    The Give REST API should be perfect for this… you can check that out under WP-Admin > Donations > Settings > API.

    Specifically, the Donors endpoint. Read more about that here: https://givewp.com/documentation/developers/give-api-reference/

    That should be everything you need.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post Donation Processing’ is closed to new replies.