#hzane-webflow-stripe
1 messages · Page 1 of 1 (latest)
😀
afaik you can only use PaymentLinks in that case, almost ~all Stripe integrations require a server really
client really doesn't want user to leave their site...
though PaymentLinks require that, since they redirect to Checkout
basically you do need to integrate a server
for a flexible integration
gotcha well that is what i figured. Do you think we could use like a heroku microserver as a middle man, so our client interacts with it and it posts to Stripe?