#iamdev_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/1280902262247526462
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Those are internal values that your code doesn't directly effect. Can you tell me more about why you are looking in to those?
im investigating what is Stripe web components calling to confirm payment on FE side. I have checked two requests and the confirm request info is diff but that strange because it's the same place and same code
Ex: req_Jv8RWGJqba8OZj has "payment_user_agent": "stripe.js/d476c1xxx stripe-js-v3/d476xxx; payment-element"
but this request req_YRiI5QsEVvXTIS has not that info
I may have phrased that unclearly: those are internal implementation details so we recommend that your integration shouldn't rely on how those fields behave. Because it isn't a public part of our API, they are subject to change without notice, which can break anything that is relying on them being used consistently in some way. Is there something with our public API that you are trying to figure out that lead to these internal parameters?
so, how can i see that is the FE Stripe components is using in Stripe dashboard?
can you help check this request req_YRiI5QsEVvXTIS?
Looking in to that request. I think it may not be an elements call. Maybe your integration is calling confirmCardPayment to use a saved card somewhere?
To make sure I understand the context, it sounds like you aren't sure where in your application this payment came from?
That is the Link payment
yes
Apologies still having trouble looking in to this. I am consulting my colleagues and will get back with what I can find
Still looking into this. Will circle back shortly
Just to reset a little bit, your question is
im investigating what is Stripe web components calling to confirm payment on FE side
Since this is a Link authenticated Payment Method, it would be a normal stripe.confirmPayment() API call using stripe.js on the client-side. The user-agent is expected here since this is Link