From 09c73238f430b6cb6fb911d5b852f7d3ba882fa0 Mon Sep 17 00:00:00 2001 From: Rob Baile Date: Fri, 9 Jan 2026 18:07:02 +0000 Subject: [PATCH 1/2] docs: Update currency and country reference to remove BGN support and move Bulgaria to be supported by EUR Add changelog item to reflect these changes to the Runa API support --- changelog/api.mdx | 9 +++++++++ reference/countries.mdx | 2 +- reference/currencies.mdx | 1 - 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/changelog/api.mdx b/changelog/api.mdx index 8d4371f..4c6408a 100644 --- a/changelog/api.mdx +++ b/changelog/api.mdx @@ -3,6 +3,15 @@ title: "API Updates" icon: newspaper description: "Changelog of all major API updates, new features, removals, and improvements." --- + + +## Removed support for Bulgarian Lev (BGN) + +Following Bulgaria's move to adopt the Euro **(1 January 2026)**, we have removed FX support for BGN. Please refer to the Currencies [API reference](/reference/currencies) to view our currency support for top ups and FX. + +All affected customer were notified ahead of time and any remaining balance will have been converted automatically to `EUR`. + + diff --git a/reference/countries.mdx b/reference/countries.mdx index f92a5ac..80f7448 100644 --- a/reference/countries.mdx +++ b/reference/countries.mdx @@ -15,6 +15,7 @@ To request products you'll need to provide a country code. The currently support | 🇬🇧 United Kingdom | `GB` | `GBP` | | 🇨🇦 Canada | `CA` | `CAD` | | 🇦🇹 Austria | `AT` | `EUR` | +| 🇧🇬 Bulgaria | `BG` | `EUR` | | 🇧🇪 Belgium | `BE` | `EUR` | | 🇩🇪 Germany | `DE` | `EUR` | | 🇫🇮 Finland | `FI` | `EUR` | @@ -29,7 +30,6 @@ To request products you'll need to provide a country code. The currently support | 🇦🇷 Argentina | `AR` | `ARS` | | 🇦🇺 Australia | `AU` | `AUD` | | 🇧🇷 Brazil | `BR` | `BRL` | -| 🇧🇬 Bulgaria | `BG` | `BGN` | | 🇨🇱 Chile | `CL` | `CLP` | | 🇨🇳 China | `CN` | `CNY` | | 🇨🇴 Colombia | `CO` | `COP` | diff --git a/reference/currencies.mdx b/reference/currencies.mdx index fd473ae..abb7211 100644 --- a/reference/currencies.mdx +++ b/reference/currencies.mdx @@ -19,7 +19,6 @@ A list of currently supported currencies is below, we'll update this as we add m | 🇦🇪 `AED` | Arab Emirates Dirham | ✅ _from USD only_ | ❌ _FX only_ | | 🇦🇷 `ARS` | Argentine Peso | ✅ _from USD only_ | ❌ _FX only_ | | 🇦🇺 `AUD` | Australian Dollar | ✅ | ✅ | -| 🇧🇬 `BGN` | Bulgarian Lev | ✅ _from USD only_ | ❌ _FX only_ | | 🇧🇷 `BRL` | Brazilian Real | ✅ _from USD only_ | ❌ _FX only_ | | 🇨🇦 `CAD` | Canadian Dollar | ✅ | ✅ | | 🇨🇭 `CHF` | Swiss Franc | ✅ | ✅ | From af99a4d4deee3926b567a6a75a95d7ddda949de2 Mon Sep 17 00:00:00 2001 From: Rob Baile Date: Mon, 12 Jan 2026 11:27:46 +0000 Subject: [PATCH 2/2] Fix: use correct wording for customers --- changelog/api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/api.mdx b/changelog/api.mdx index 4c6408a..4359252 100644 --- a/changelog/api.mdx +++ b/changelog/api.mdx @@ -9,7 +9,7 @@ description: "Changelog of all major API updates, new features, removals, and im Following Bulgaria's move to adopt the Euro **(1 January 2026)**, we have removed FX support for BGN. Please refer to the Currencies [API reference](/reference/currencies) to view our currency support for top ups and FX. -All affected customer were notified ahead of time and any remaining balance will have been converted automatically to `EUR`. +All affected customers were notified ahead of time and any remaining balance have been converted automatically to `EUR`.