#usm-seong_code
1 messages ยท Page 1 of 1 (latest)
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.
- usm-seong_code, 16 hours ago, 22 messages
- usm-seong_react-native-payment-sheet, 4 days ago, 46 messages
๐ 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/1275445674787340309
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hey ther,e taking a look if this is possible
You can adjust the billing details configuration, but it doesn't look like there is any option to hide or skip just the country field. The alternative appears to be using never to hide address collection entirely, which you then need to provide instead, but i wouldn't recommend that.
The country field is important to allow customer with cards from other countries to be able to pay you
hmm.. so there's no way to hide only Country field at all?
No, not that I can see
gotcha. why wouldn't you recomend using never to hide address collection?
Because then you need to set up your own collection for required fields, instead of letting stripe handle that for you
But its an option if you want to go that route
ahh I see