#rafael21_unexpected
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. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ 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/1214304475867521094
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
Hello, how did you create the Checkout Session? Was this through API code, or something else?
That should create test mode checkout sessions if you created them in test mode. Can you send me the ID of this payment link? plink_
price_1OpYsLCzgAkgZucw9blDxHni
Yep, that does look like a live mode price and I only see payment links in live mode on your account. Unfortunately I can't see much other than that we got these requests with your live mode API key. https://dashboard.stripe.com/logs/req_mJ8f9eq002vPqp
Can you try creating this link one more time in test mode? And can you send me a screenshot of what your dashboard looks like before clicking on the "Create test payment link" button?
Im using live payment links in my web app
but I thought that If I activated the test mode in stripe panel, they would be in test mode as well
Ah, that is not how that works unfortunately. That test mode toggle is only changing the view your dashboard is showing. It does not affect the behavior of anything other than what you are currently doing in the dashboard.
So you will want to recreate these Checkout links while using the test mode dashboard.
This page under the "Checkout" section https://dashboard.stripe.com/settings/link
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Unfortunately I am not sure what that page would say that. Our support team may have a better idea if you reach out to them about this https://support.stripe.com/?contact=true
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.
Can you tell me more about what you are trying to do there?
I want to add phone
This page shows how to add custom fields, but we actually already have a pre-built field for collecting phone numbers https://docs.stripe.com/payment-links/customize#collect-addresses-and-phone-numbers
so where can I find these pre-built fields?
The section that I linked to shows how you can turn them on for a payment link
sorry, didnt get
Gotcha, but you are able to see the link now?
I think I got it
I will need to have pricing in BRL for brazilian users and USD pricing for worldwide users
how can I have 2 customer portal?
You can create additional portal configurations through the API https://docs.stripe.com/api/customer_portal/configurations/create
And when you create a portal session you can pass in the configuration ID https://docs.stripe.com/api/customer_portal/sessions/create
But I will be able to set one customer portal in a way that only brazilian users will see it?
Not sure what you mean, can you explain?