I’m testing stripe iDeal payments but it isn’t working. In the stripe test environment I can see a source.chargeable is created but it is never charged. Creditcard works fine.
Is this a stripe configuration or has it something to do with hotel booking?
I have passed the issue for further investigation to our developers. Once there is any information regarding this matter, I will immediately let you know in this topic.
I have tested Stripe payments carefully, including iDEAL method, and it worked fine. Make sure to set up Webhooks in your Stripe account under Developers ->Webhooks tab: https://prnt.sc/rqxvoe. The generated URL you see on the screenshot (hidden) should be inserted to the “Webhook Secret” field in Stripe configuration page: https://prnt.sc/rqxysc – otherwise, iDEAL will not work. Also, make sure to set up following Event types for your webhooks in Stripe account: https://prnt.sc/rqxzwx. I hope this helps.