#kirenhunocoly_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/1262279627108257802
📝 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.
- kirenhunocoly_api, 2 days ago, 31 messages
hello! you can listen for webhooks. You can take a look at https://docs.stripe.com/webhooks and https://docs.stripe.com/webhooks/quickstart
After automatically creating a new user, I see that the metadata of the newly created user does not contain the data I entered (id:XXXX). What format should I use to enter it? Can you show me an example? There are no examples in the documentation
I'm a bit confused about what you mean by the metadata of the newly created user does not contain the data you entered, can you share the customer id? It'll have the prefix cus_
Create a checkout session. When the user is a new user, Stripe will automatically create a user after the user has made a payment,RIGHT?
When I create a Checkout session, I want to write metadata to the user Stripe is creating ,like project_id=sadj32u3jkjd1hjdh. How to achieve?
You can create a Customer object yourself, with the metadata you want. After that create the Checkout Session with that Customer ID: https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-customer