Skip to content

Instantly share code, notes, and snippets.

View malimccalla's full-sized avatar

Mali McCalla malimccalla

View GitHub Profile
@malimccalla
malimccalla / currencyToCountry.json
Last active June 22, 2019 10:45
Stripe currency to bank country codes map
{
"gbp": [{ "country": "United Kingdom", "code": "GB" }],
"eur": [
{ "country": "Austria", "code": "AT" },
{ "country": "Belgium", "code": "BE" },
{ "country": "Denmark", "code": "DK" },
{ "country": "Finland", "code": "FI" },
{ "country": "France", "code": "FR" },
{ "country": "Germany", "code": "DE" },
{ "country": "Gibraltar", "code": "GI" },