#charlie-fanbase_api

1 messages ยท Page 1 of 1 (latest)

pine brambleBOT
#

๐Ÿ‘‹ 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/1333394663603961867

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

whole whale
#

๐Ÿ‘‹
Each API request have an id generated in the header responses unless the API call didn't reached out to Stripe infrastructure.

twin salmon
#

OK I'll check for it, but generally the question still stands

#

RequestId = req_1bD0clyhlILYcg, didn't return the requested expand

whole whale
#

Can you share a sample PaymentIntent Id ? that didn't expanded ?

twin salmon
#

pi_3QlqLSDEdSFHnNtF1q7twS8U, used in the request

#

used in the requestId above*

whole whale
#

Are you making the get by iD directly after confirming the PaymentIntent

#

however when using the new API, the capture is made async

twin salmon
#

yip making it right after

twin salmon
#

ok thanks, can we opt out of the async capture?

#

or is it on by default when upgrading the API?

whole whale
#

This was introduced in order to improve auth performance.

twin salmon
#

Ok great thanks, think we will implement changing the capture method short term then look at introducing the charges webhook.

#

thanks