#franco-checkout-billing
1 messages · Page 1 of 1 (latest)
Hello! If you're talking about Stripe Checkout, no, that's not a built-in feature. You would need to do the location detection on your end and create different Checkout Sessions with the line items you want based on the criteria you want.
what do you call chechout sessions?
Yes?
Would this only be useful for the collection part?
I mean I can't apply it for this?
Ah, you're using the Pricing Table?
If so you would need to generate and display a different Pricing Table based on the location you detect.
And how can I do it? I didn't see anything about it in the documentation
It's not something we have documented, it's custom functionality you would need to build on your end.
Detecting someone's location and providing them with different payment options based on that location is something you need to write custom code for.
Ok, thank you very much! Regards