Viewing 1 replies (of 1 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    Hi @jantienm,

    The suggestion about this being related to webhooks is correct I believe. When you configure your webhook you must ensure you’re adding the webhook secret to the plugin’s API Settings. Without that secret key, all webhook requests will fail since they aren’t authenticated.

    Read this from the plugin’s docs:

    https://docs.paymentplugins.com/wc-stripe/config/#/webhooks

    The reason you’re seeing a cancelled order is because your customer is exiting the browser before they are redirected back to your site where payment is completed. A properly configured webhook ensures your site can process the order even if the customer exists before the redirect from iDEAL back to your site.

    Kind Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Payment cancelled in WC but paid in Stripe’ is closed to new replies.