• Resolved benmackler

    (@benmackler)


    using give wp as part of the theme. here givewp processes donations through stripe or paypal. in the admin, paypal transactions show the update properly – processed or declined, but stripe does not. It just says processing. When I go into the stripe account admin, all of the transactions are either complete or cancelled…so its processing, it just does not update back to givewp. When I spoke to Stripe they checked and said everything was correct on their end they thought it was an issue through givewp. could you help me with this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Matheus Martins

    (@matheusfd)

    Hey @benmackler,

    ?Glad you reached out. I can help you with that.

    For a bit of context, this is the order of how GiveWP works with the payment gateway to process the donation:

    1. The donor fills out the donation form and submits the donation.
    2. A donation (and subscription, if applicable) is created on the GiveWP side and set to “pending.”
    3. All of the information is sent to the gateway to process the transaction, as well as ongoing subscription renewals.
    4. The gateway processes it and notifies the site (via the webhook or IPN) that it went through.
    5. GiveWP processes that webhook/IPN and sets the donation to complete.

    If the webhook/IPN is unable to reach your site for any reason, the donation will remain “Pending” and eventually change to “Abandoned”.

    For Stripe, this is most often caused by a lack of the proper webhook (the only mechanism for sending data from Stripe to your GiveWP site) set in your Stripe account. The good news is that the fix is a few steps of copy-pasting, and we’ve documented it very thoroughly.

    The webhook endpoint is a URL that you need to copy and paste into a specific tab of the Stripe Dashboard, and then configure to receive the following events:

    checkout.session.completed
    payment_intent.succeeded
    payment_intent.payment_failed
    charge.refunded
    customer.subscription.deleted
    invoice.payment_failed
    invoice.payment_succeeded

    Our documentation (with screenshots!) on setting up the webhook is here:
    https://givewp.com/documentation/add-ons/stripe-gateway/#connecting-stripe-and-your-webhook-required

    If the webhook is correctly configured, you should see a record in the logs at Donations > Tools > Logs > Stripe for every event at Stripe (going forward).

    You’ll need to manually go through and mark the older ones as complete, using your Stripe account to cross-reference.

    Also, you need to make sure that all the pages related to GiveWP are whitelisted from your cache systems (it depends on the service you are using: a plugin or server). The URL includes:

    any page with a donation form on it and/or the donation form URL itself
    the /donation-confirmation/ page
    the /donation-failed/ page
    the /donation-history/ page
    the /recurring-donations/ page (if applicable)

    Please let us know if you have further questions on this or need any additional assistance!

    Thread Starter benmackler

    (@benmackler)

    Thanks that seemed to have done the trick!

    Plugin Support Matheus Martins

    (@matheusfd)

    Happy to hear that, @benmackler!

    We’d love to get a public review about what you think of GiveWP both from a product standpoint as well as how it is to deal with our team. Here are some options:

    G2: https://www.g2.com/products/givewp/reviews
    WordPress: https://www.ads-software.com/support/view/plugin-reviews/give
    Google: https://g.page/givewp/review?rc
    Facebook: https://www.facebook.com/pg/wpgive/reviews/
    ?
    The reviews help others to decide if it’s worth doing business with us!

    Have a great day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘stripe not updating give wp’ is closed to new replies.