#yamith_error
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/1334278455532982336
đ 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.
- yamith_api, 1 day ago, 17 messages
- yamith_api, 1 day ago, 17 messages
- yamith_customer-portal-subscription-updates, 5 days ago, 263 messages
- yamith_api, 6 days ago, 6 messages
Hi, taking a look here
Can you share the request id where you see this error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
How are you passing the customer id? From our end, it does not look like you sent the customer id: https://dashboard.stripe.com/test/logs/req_oELQVt5OQ9zM9J
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
When doing the checkoutsession, the customer_id is not passed because it is just going to create it, isn't Stripe supposed to return the customer_id to me?
Configuration checkout session
No not unless you specify this when using it in payment mode: https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-customer_creation
You can pass 'always' value to create a customer every time
and mode subscription?
In subscription mode, Checkout will create a new Customer object based on information provided during the payment flow: https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Therefore, it is in subscription mode, you should create the customer with the information you give at the time of payment, this is how it is at the moment, when you send that customer_id it is as if it were empty
That is, you see the customer_id in Stripe, it is created, when you go to the customer portal with that customer_id it does not recognize it
cus_Rg4RuqvTKJiVW5
Sorry if it's not clear, I'm using Google Translate.
Is the Checkout Session completed in that subscription mode?
Can you share the request id where that Session succeeded?
req_1GD1OWmLaQ34PM
Yeah, the customer id is in the response: d: "cus_Rg4RuqvTKJiVW5",
Since you're using Bubble you might want to ask from their support
Yes, when creating the client portal, it tells me that it is empty
That customer id is valid, and the customer portal creation is not showing a customer being passed to us in the code