Skip to content

Instantly share code, notes, and snippets.

@jylopez
Last active November 6, 2024 19:44
Show Gist options
  • Save jylopez/7a3eb87e94981a579303a73cf72a5086 to your computer and use it in GitHub Desktop.
Save jylopez/7a3eb87e94981a579303a73cf72a5086 to your computer and use it in GitHub Desktop.
Stripe Country Codes
[
{ country: 'Australia', code: 'AU' },
{ country: 'Austria', code: 'AT' },
{ country: 'Belgium', code: 'BE' },
{ country: 'Brazil', code: 'BR' },
{ country: 'Bulgaria', code: 'BG' },
{ country: 'Canada', code: 'CA' },
{ country: 'Croatia', code: 'HR' },
{ country: 'Cyprus', code: 'CY' },
{ country: 'Czech Republic', code: 'CZ' },
{ country: 'Denmark', code: 'DK' },
{ country: 'Estonia', code: 'EE' },
{ country: 'Finland', code: 'FI' },
{ country: 'France', code: 'FR' },
{ country: 'Germany', code: 'DE' },
{ country: 'Gibraltar', code: 'GI' },
{ country: 'Greece', code: 'GR' },
{ country: 'Hong Kong', code: 'HK' },
{ country: 'Hungary', code: 'HU' },
{ country: 'India', code: 'IN' },
{ country: 'Indonesia', code: 'ID' },
{ country: 'Ireland', code: 'IE' },
{ country: 'Italy', code: 'IT' },
{ country: 'Japan', code: 'JP' },
{ country: 'Latvia', code: 'LV' },
{ country: 'Liechtenstein', code: 'LI' },
{ country: 'Lithuania', code: 'LT' },
{ country: 'Luxembourg', code: 'LU' },
{ country: 'Malaysia', code: 'MY' },
{ country: 'Malta', code: 'MT' },
{ country: 'Mexico ', code: 'MX' },
{ country: 'Netherlands', code: 'NL' },
{ country: 'New Zealand', code: 'NZ' },
{ country: 'Norway', code: 'NO' },
{ country: 'Poland', code: 'PL' },
{ country: 'Portugal', code: 'PT' },
{ country: 'Romania', code: 'RO' },
{ country: 'Singapore', code: 'SG' },
{ country: 'Slovakia', code: 'SK' },
{ country: 'Slovenia', code: 'SI' },
{ country: 'Spain', code: 'ES' },
{ country: 'Sweden', code: 'SE' },
{ country: 'Switzerland', code: 'CH' },
{ country: 'Thailand', code: 'TH' },
{ country: 'United Arab Emirates', code: 'AE' },
{ country: 'United Kingdom', code: 'GB' },
{ country: 'United States', code: 'US' }
]
@jylopez
Copy link
Author

jylopez commented Jun 10, 2020

Added Bulgaria, Cyprus, Czech Republic, Estonia, Greece, India, Italy, Latvia, Lithuania, Malaysia, Malta, Poland, Portugal, Romania, Slovakia, Slovenia

And reordered alphabetically.

@ash-grennan
Copy link

Super useful, thanks @jylopez

@MarcBroers
Copy link

Thanks for the list!

Hungary is now also supported by Stripe (https://stripe.com/global) but is missing from the list.

@jylopez
Copy link
Author

jylopez commented Dec 1, 2020

Added Hungary. Thanks @MarcBroers!

@vivekvardhanadepu
Copy link

Thanks a bunch!!

@jay-maas
Copy link

Currently Stripe is supporting connected accounts in a total of 57 countries. Here is a revised list of them:

@jay-maas
Copy link

{ country: 'Argentina', code: 'AR' }, { country: 'Australia', code: 'AU' }, { country: 'Austria', code: 'AT' }, { country: 'Belgium', code: 'BE' }, { country: 'Bolivia', code: 'BO' }, { country: 'Brazil', code: 'BR' }, { country: 'Bulgaria', code: 'BG' }, { country: 'Canada', code: 'CA' }, { country: 'Chile', code: 'CL' }, { country: 'Columbia', code: 'CO' }, { country: 'Costa Rica', code: 'CR' }, { country: 'Croatia', code: 'HR' }, { country: 'Cyprus', code: 'CY' }, { country: 'Czech Republic', code: 'CZ' }, { country: 'Denmark', code: 'DK' }, { country: 'Dominican Republic', code: 'DO' }, { country: 'Egypt', code: 'EG' }, { country: 'Estonia', code: 'EE' }, { country: 'Finland', code: 'FI' }, { country: 'France', code: 'FR' }, { country: 'Germany', code: 'DE' }, { country: 'Greece', code: 'GR' }, { country: 'Hong Kong SAR China', code: 'HK' }, { country: 'Hungary', code: 'HU' }, { country: 'Iceland', code: 'IS' }, { country: 'India', code: 'IN' }, { country: 'Indonesia', code: 'ID' }, { country: 'Ireland', code: 'IE' }, { country: 'Israel', code: 'IL' }, { country: 'Italy', code: 'IT' }, { country: 'Japan', code: 'JP' }, { country: 'Latvia', code: 'LV' }, { country: 'Liechtenstein', code: 'LI' }, { country: 'Lithuania', code: 'LT' }, { country: 'Luxembourg', code: 'LU' }, { country: 'Malta', code: 'MT' }, { country: 'Mexico ', code: 'MX' }, { country: 'Netherlands', code: 'NL' }, { country: 'New Zealand', code: 'NZ' }, { country: 'Norway', code: 'NO' }, { country: 'Paraguay', code: 'PY' }, { country: 'Peru', code: 'PE' }, { country: 'Poland', code: 'PL' }, { country: 'Portugal', code: 'PT' }, { country: 'Romania', code: 'RO' }, { country: 'Singapore', code: 'SG' }, { country: 'Slovakia', code: 'SK' }, { country: 'Slovenia', code: 'SI' }, { country: 'Spain', code: 'ES' }, { country: 'Sweden', code: 'SE' }, { country: 'Switzerland', code: 'CH' }, { country: 'Thailand', code: 'TH' }, { country: 'Trinidad & Tobago', code: 'TT' }, { country: 'United Arab Emirates', code: 'AE' }, { country: 'United Kingdom', code: 'GB' }, { country: 'United States', code: 'US' }, { country: 'Uraguay', code: 'UY' }

@jylopez
Copy link
Author

jylopez commented Oct 22, 2021

Thanks @jay-maas! I've updated my list to include the ones I was missing from yours.

@carl0shd
Copy link

carl0shd commented Dec 7, 2021

Hi, Colombia (CO), is Colombia, not Columbia

@jylopez
Copy link
Author

jylopez commented Dec 7, 2021

@carl0shd My fault! Sorry. Updated to Colombia

@vikoperdomo
Copy link

{ country: 'Uruguay', code: 'UY' }

@jylopez
Copy link
Author

jylopez commented Dec 21, 2021

Corrected Uruguay spelling. Thanks @vikoperdomo!

@dmonn
Copy link

dmonn commented Dec 6, 2022

@jylopez Stripe is not available in Egypt (EG)

@jylopez
Copy link
Author

jylopez commented Dec 6, 2022

Removed Egypt. Thanks @dmonn!

@amacfie
Copy link

amacfie commented Aug 24, 2023

there are a number of discrepancies with https://stripe.com/global

@jylopez
Copy link
Author

jylopez commented Aug 24, 2023

@amacfie You're right, thanks. I updated it.

@Mahad-Haqqi
Copy link

Can you add currency codes as well

@akdeb
Copy link

akdeb commented Nov 6, 2024

For future generations of stripe users

                allowed_countries: [
                    "AC",
                    "AD",
                    "AE",
                    "AF",
                    "AG",
                    "AI",
                    "AL",
                    "AM",
                    "AO",
                    "AQ",
                    "AR",
                    "AT",
                    "AU",
                    "AW",
                    "AX",
                    "AZ",
                    "BA",
                    "BB",
                    "BD",
                    "BE",
                    "BF",
                    "BG",
                    "BH",
                    "BI",
                    "BJ",
                    "BL",
                    "BM",
                    "BN",
                    "BO",
                    "BQ",
                    "BR",
                    "BS",
                    "BT",
                    "BV",
                    "BW",
                    "BY",
                    "BZ",
                    "CA",
                    "CD",
                    "CF",
                    "CG",
                    "CH",
                    "CI",
                    "CK",
                    "CL",
                    "CM",
                    "CN",
                    "CO",
                    "CR",
                    "CV",
                    "CW",
                    "CY",
                    "CZ",
                    "DE",
                    "DJ",
                    "DK",
                    "DM",
                    "DO",
                    "DZ",
                    "EC",
                    "EE",
                    "EG",
                    "EH",
                    "ER",
                    "ES",
                    "ET",
                    "FI",
                    "FJ",
                    "FK",
                    "FO",
                    "FR",
                    "GA",
                    "GB",
                    "GD",
                    "GE",
                    "GF",
                    "GG",
                    "GH",
                    "GI",
                    "GL",
                    "GM",
                    "GN",
                    "GP",
                    "GQ",
                    "GR",
                    "GS",
                    "GT",
                    "GU",
                    "GW",
                    "GY",
                    "HK",
                    "HN",
                    "HR",
                    "HT",
                    "HU",
                    "ID",
                    "IE",
                    "IL",
                    "IM",
                    "IN",
                    "IO",
                    "IQ",
                    "IS",
                    "IT",
                    "JE",
                    "JM",
                    "JO",
                    "JP",
                    "KE",
                    "KG",
                    "KH",
                    "KI",
                    "KM",
                    "KN",
                    "KR",
                    "KW",
                    "KY",
                    "KZ",
                    "LA",
                    "LB",
                    "LC",
                    "LI",
                    "LK",
                    "LR",
                    "LS",
                    "LT",
                    "LU",
                    "LV",
                    "LY",
                    "MA",
                    "MC",
                    "MD",
                    "ME",
                    "MF",
                    "MG",
                    "MK",
                    "ML",
                    "MM",
                    "MN",
                    "MO",
                    "MQ",
                    "MR",
                    "MS",
                    "MT",
                    "MU",
                    "MV",
                    "MW",
                    "MX",
                    "MY",
                    "MZ",
                    "NA",
                    "NC",
                    "NE",
                    "NG",
                    "NI",
                    "NL",
                    "NO",
                    "NP",
                    "NR",
                    "NU",
                    "NZ",
                    "OM",
                    "PA",
                    "PE",
                    "PF",
                    "PG",
                    "PH",
                    "PK",
                    "PL",
                    "PM",
                    "PN",
                    "PR",
                    "PS",
                    "PT",
                    "PY",
                    "QA",
                    "RE",
                    "RO",
                    "RS",
                    "RU",
                    "RW",
                    "SA",
                    "SB",
                    "SC",
                    "SE",
                    "SG",
                    "SH",
                    "SI",
                    "SJ",
                    "SK",
                    "SL",
                    "SM",
                    "SN",
                    "SO",
                    "SR",
                    "SS",
                    "ST",
                    "SV",
                    "SX",
                    "SZ",
                    "TA",
                    "TC",
                    "TD",
                    "TF",
                    "TG",
                    "TH",
                    "TJ",
                    "TK",
                    "TL",
                    "TM",
                    "TN",
                    "TO",
                    "TR",
                    "TT",
                    "TV",
                    "TW",
                    "TZ",
                    "UA",
                    "UG",
                    "US",
                    "UY",
                    "UZ",
                    "VA",
                    "VC",
                    "VE",
                    "VG",
                    "VN",
                    "VU",
                    "WF",
                    "WS",
                    "XK",
                    "YE",
                    "YT",
                    "ZA",
                    "ZM",
                    "ZW",
                    "ZZ",
                ],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment