#meisei81_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/1233271185953918976
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- meisei81_api, 2 days ago, 9 messages
based off what I'm seeing, your application made a request to set the PaymentMethod as the default payment method in https://dashboard.stripe.com/logs/req_pDtZE8cVLjUbTn. What is the request id where you attempted to retrieve the customer?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
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
maybe try to retrieve again? you should definitely be able to see it
You mean I can the "request id" or I can see the "default payment method" in the customer detail?
as in retrieve the customer again
I had retrieved and can see the default payment method in the customer.
okay, so seems like there's no problem/issue?
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
if you can share the request id for which you retrieved the customer, we can verify the timing and sequence of events
How can I get the request id?
I had tried this but got no result.
Does the log system record the GET method request?
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
I'm pretty sure.
Our app retrieve the customer's default payment method when the customer log in to our system.
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.