#meisei81_api

1 messages ¡ Page 1 of 1 (latest)

desert gulchBOT
#

👋 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/1233271185953918976

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

shut forgeBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

slim saddle
tawdry cedar
#

I tried to find the request id from the logs in the dashboard, but I can't find the it with the request GET /v1/customers/cus_Pze9kICiXIzeuo

slim saddle
#

maybe try to retrieve again? you should definitely be able to see it

tawdry cedar
#

You mean I can the "request id" or I can see the "default payment method" in the customer detail?

slim saddle
#

as in retrieve the customer again

tawdry cedar
#

I had retrieved and can see the default payment method in the customer.

slim saddle
#

okay, so seems like there's no problem/issue?

tawdry cedar
#

But what I want to know is that I had received a payment method attach event but after ten seconds from that time I still can't see the default payment method in the customer

slim saddle
#

if you can share the request id for which you retrieved the customer, we can verify the timing and sequence of events

tawdry cedar
#

How can I get the request id?

#

I had tried this but got no result.

#

Does the log system record the GET method request?

slim saddle
#

i can't find any request to retrieve a customer recently. Are you sure your app is even retrieving a Customer?

#

I see requests to retrieve the Checkout Sessions

tawdry cedar
#

I'm pretty sure.

#

Our app retrieve the customer's default payment method when the customer log in to our system.

slim saddle
#

okay, then i would suggest you add additional logging to your server to also log the request id for the request you make to retrieve the Customer from Stripe: https://stripe.com/docs/api/request_ids because right now I don't see any requests to retrieve a Customer and without a request id, we can't troubleshoot any further