#ferterahadi_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/1349625287691997245
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
t0 -> Terminal.getInstance().createPaymentIntent()
t7 -> POST https://gator.stripe.com/rpcservice/GatorService
t9 -> POST https://gator.stripe.com/rpcservice/GatorService
t30 -> POST https://api.stripe.com/v1/payment_intents (resolved in 0.5 seconds)
what did createPaymentIntent() do between t0 and t30 ?
Hi there, is your application running in debug mode? (i.e., attached to a debugger)
Based on our internal doc, the end to end duration for creating pi_3R1zaoLvc0onZ7sf13dLoKDq is 0.344.
Does this reader has a faster internet connection?
Are you using the latest version of Terminal Android SDK?
yes, version 4.2.0
Are you able to consistently reproduce the problem? And does newRelics tell you the network condition of the device?
it is on and off
no newrelic does not has that information
can i confirm
what does createPaymentIntent() do?
does it do anything, other than calling POST /payment_intensts
Yes it creates PaymentIntent through POST /payment_intents
that's the only thing it calls ?
Can I suggest you to enable network metrics on newRelics so that you can gather more information ?
As far as I know, this API should just create a PaymentIntent.
okay