#jordan_bar
1 messages · Page 1 of 1 (latest)
Hey! How are you integrating with Stripe? Which APIs/UIs are you using?
Hey @old cradle, let me quickly check sorry
I’m in the developers tab in my stripe account, where do I see the APIs?
Let's take a step back. Do you have a working integration today?
Yes we have a saas model website that’s been using stripe for 3 months already. Now we want to charge a different price to users and give the product for 20% less than other countries. I’m struggling to understand how to do that
Ok, so what does what payment flow look like today? Are you Checkout? Payment Element?
Checkout:)
Perfect! And do you charge all your users in the same currency? Or local currencies depending on location?
All is USD and same price
And now we want to charge some markets different prices depending on location
Ok, you won't be able to inflate the cost for certain geographies without some changes to that. I'd recommend looking at: https://stripe.com/docs/payments/checkout/present-local-currencies?platform=multi-currency-prices
Thanks. I saw this but there was no mention on different prices according to the location. Only the currency changes. Does this also allow changing the price ? And do we need to figure out the users location through the website or does stripe know the location and change accordingly?
Does this also allow changing the price ?
Yes, you can inflate/deflate the unit amount on a per currency basis
And do we need to figure out the users location through the website or does stripe know the location and change accordingly?
We present the local currency according to geolocation/IP address of customer on the page
Okay thank you Ynnoj, can I message here again if I have other questions? 🙏🏻
Sure!