question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Payment sheet only displays "United States" in the "Country or Region" dropdown

See original GitHub issue

Describe 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:closed
  • Created 2 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
charliecruzan-stripecommented, Mar 9, 2022

Thanks for the update! Lmk if it returns

1reaction
elco45commented, Mar 8, 2022

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found