Last active
November 6, 2024 19:44
-
-
Save jylopez/7a3eb87e94981a579303a73cf72a5086 to your computer and use it in GitHub Desktop.
Stripe Country Codes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ 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' } | |
] |
{ country: 'Uruguay', code: 'UY' }
Corrected Uruguay spelling. Thanks @vikoperdomo!
@jylopez Stripe is not available in Egypt (EG)
Removed Egypt. Thanks @dmonn!
there are a number of discrepancies with https://stripe.com/global
@amacfie You're right, thanks. I updated it.
Can you add currency codes as well
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
@carl0shd My fault! Sorry. Updated to Colombia