#malte_docs
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1478884364720013418
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Appreciate it.
It's more or less a feature request. Not sure this is the place to submit it โ apologies if it's not.
Price rounding at checkout for adaptive pricing would be a nice addition as well.
okay apologies
Haha no worries!
Can you elaborate on what you mean here?
there's no way to display the converted price to customers before they enter the checkout flow.
What are you expecting?
I want to display the converted prices in our UI, specifically in our plan cards.
Our pricing is in USD, but with Adaptive Pricing turned on, users now see it in their currency at checkout, which is nice, but I have no way of displaying that converted price in our pricing cards, I can only make a guess which would be = converting the USD price to their local currency based on IP address and then applying * 1.04 (4% markup) to that price, but that only gives me an approximation of what it might be.
Essentially what I'm looking for is an API or webhook that returns the Adaptive Pricing localized price, exactly like the FX Quotes API does for display in our UI.
do you have an example adaptive pricing payment from livemode? I seem to think I remember that we expose this somewhere and if you have an example to hand I can try to find it
Yes, I do
I can only see the localized price then, when they have paid, but not before for display in the pricing cards
Could you please provide a PaymentIntent or Checkout Session id?
those will look like cs_live_123 or pi_123
thank you
pi_3T72pCEmUEqNBR2P0cZJfng6
Paid in ZAR
pi_3T70wCEmUEqNBR2P0XvJAV6d
Paid in CLP
Lmk if you need more
one is good enough, thanks
okay so I think you're looking for presentment_details on the PaymentIntent
and it looks like this is in preview for Subscriptions - https://docs.stripe.com/api/subscriptions/object?lang=node&api-version=2025-12-15.clover
Yes! I have been looking at that, but it only returns it AFTER the customer has initated checkout and purchased, NOT before, right?
Yeah, but there's no way to know the presentment details before because we rely on client-side signals to decide what it is
And that's the exact problem.. ๐ So Adaptive Pricing will never be able to tell me the currency checkout is going to display before checkout is created? I understand that it makes sense and what the work around is, but that is just too much work, and if I had an API that would return the localized price before checkout is initated, it would make life easier
I very much appreciate you looking in to it for me anyways!