#tumle_api
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/1415684883128520755
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, what does 'intercept a call' mean exactly? Are yo able to share more context in to your business use case?
Which API call?
Can you share an example what you're referring to here please to ensure we're both on the same page?
I have a customer buying my product on Shopify in DKK, customer is sent to Stripe and they choose Klarna as a payment solution
They will be directred from Stripe to Klarna to pay
You can update the PaymentIntent, https://docs.stripe.com/api/payment_intents/update but there is not a way to make a call from Stripe to Klarna to change that
So it's only the api call from shopify to Stripe we can change?
THere is not way to change the Shopify 499 DKK -> Stripe 499 DKK>600 SEK -> Klarna 600 SEK
Can you confirm how you're integrating with Stripe? If you use CheckoutSessions, you can use Adaptive Pricing to surface a localized price: https://docs.stripe.com/payments/currencies/localize-prices/adaptive-pricing. I do not think that is what you're looking for but there is limited information on how you're using the API
Just using them as a 3rd party payment provider in Shopify
Ohh, you should reach out to Shopify directly in this case as they own the integration.