Viewing 7 replies - 1 through 7 (of 7 total)
  • It seems like transactions made with updated stripe integration are not registered correctly – I think your plugin needs webhook support to mark transactions as paid properly. Can you look into this?

    Plugin Author Franky

    (@liedekef)

    After payment you get redirected to the site and you should see “Payment success for your booking for xxx”. If not, the payment was not processed correctly (or not yet, but stripe should not be asynchronous).
    It is indeed the case that currently no webhooks are used for stripe, reason being that you need to define the webhook via api (and list/check/delete/create it if an issue arrises) and that might become slow. I’m still thinking on how to handle this in a performant manner …

    Plugin Author Franky

    (@liedekef)

    The next version will suport a stripe webhook (it will be automatically created when you press “save” in your EME payment settings again, the stripe options will mention it at the bottom of that section).

    Many thanks.

    Can you please confirm when new version is released?

    Plugin Author Franky

    (@liedekef)

    As with all open source products: the next version will be released when it is ready (but it will be soon, final tests ongoing).

    • This reply was modified 5 years, 3 months ago by Franky.

    Of course! Thank you @liedekef, you are doing really good job.

    Plugin Author Franky

    (@liedekef)

    The new version has just been released, feel free to test and report back.
    Concerning the webhook, read this changelog entry:

    “Stripe webhook implemented (go to your EME payment settings and press “save”, then the webhook will be created)”

    Your stripe settings will also report the success (or failure) of the webhook creation.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Stripe payment ok, Paid = No’ is closed to new replies.