#Riino-checkout
1 messages · Page 1 of 1 (latest)
hi! no, that is a limited client only integration, you need to use the full client-server Checkout implementation (https://stripe.com/docs/payments/accept-a-payment) for features like that.
Thats a bummer because I cant use the full integration. Maybe this is a dumb question but why isn't it possible :o? Is there any reasoning behind the decision?
because we don't work on that integration any more, we don't add new features to it. IF you need some solution without a backend maybe look into PaymentLinks though I don't think they support shipping yet.
also the security model
since it's all client side, you can't control it, the customer could write code in their browser to choose their own set of shipping options (like make them all free or really cheap or so on) and redirect and pay that, and then you'd have a headache
so most features make more sense to be set on the serverside