Payment sheet only displays "United States" in the "Country or Region" dropdown
See original GitHub issueDescribe the bug The “Country or region” section only displays “United States” and “United States Minor Outlying Islands”
To Reproduce
...
const { paymentIntent, ephemeralKey, customer } = await fetchPaymentSheetParams();
const { error, paymentOption } = await initPaymentSheet({
customerId: customer,
customerEphemeralKeySecret: ephemeralKey,
paymentIntentClientSecret: paymentIntent,
customFlow: true,
testEnv: true,
});
...
const { error, paymentOption } = await presentPaymentSheet({
confirmPayment: false,
});
Expected behavior Provide the list of available countries to select.
Screenshots
Additional context Was built using Expo following the example here.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Issues selecting country during checkout - Shopify Community
When filling up my shipping address fields in the checkout page, I am unable to select the country/Region as it is not responsive...
Read more >Change regional format settings in Excel for the web
Your regional settings will only apply to your view of Excel workbooks – it will ... Click the regions drop-down, select a region,...
Read more >State Dropdown Add On Plugin - Paid Memberships Pro
Adds a Country and State dropdown selection field to the user Billing Address section at checkout for Paid Memberships Pro. How it Works...
Read more >In stripe checkout page display Country or region fields how to ...
I am used stripe payment getaway for payment, In stripe checkout page display Country or region field and some country select then Postal ......
Read more >Country and State Selection Addon for Gravity Forms
By default, all the countries of the world appear on the country select dropdown on the form and once you select any specific...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for the update! Lmk if it returns
@charliecruzan-stripe The issue is not appearing anymore. I’m not sure what I did at the end but it just suddenly started to work.