• Resolved saddamrajif

    (@saddamrajif)


    Hi author,

    I was developed my custom offsite payment gateway for my GiveWP. I need to update the donation status in my WP site according the result from my Payment Gateway status, how can I do this ? I have a little bit problem with notify_url, can I use notify_url to update my donation status ?

    Thanks for your help

    • This topic was modified 7 months, 4 weeks ago by saddamrajif.
Viewing 1 replies (of 1 total)
  • Plugin Support Rick Alday

    (@mrdaro)

    Hi there,

    It depends. The notify_url is not a parameter all gateways support.
    So first, you need to make sure the gateway supports that parameter.
    Next, you need to create a listener function that listens on that URL.

    Finally, you can code your function to update the donation status based on what the payment gateway provides to that URL.

    I’ll close this ticket now but feel free to post this on our Github Discussions page where you can get more detailed answers from our developers and others in the community.
    https://github.com/impress-org/givewp/discussions

Viewing 1 replies (of 1 total)
  • The topic ‘Update Donation Status From Custom Payment Gateway’ is closed to new replies.