#bodger
1 messages · Page 1 of 1 (latest)
Hello 👋
Give me a moment to take a look
In your use-case yeah creating a booking and placing it on hold makes more sense.
We also have this feature in beta which might be helpful here
https://stripe.com/docs/payments/run-custom-actions-before-confirmation
Hi @gray thistle - thanks for getting back to me so quick! OK, so I'm going to have to change the way our system works in order to do this. At the moment, we use the non-webhook method (https://stripe.com/docs/payments/accept-a-payment-synchronously?locale=en-GB) but this says it isn't recommended and I'd like to be able to use the Payments Element which I can't with this method.
The URL you sent me doesn't work - I get a 404 on it.
I just get this.
Ah super weird. Maybe there's a country limitation
Must be, I think. I'm in the UK. But I think I'll have to go down the "booking on hold" route for this anyway.