Skip to content

Commit 7d083f4

Browse files
authored
Merge pull request #17 from wegift/TPI-1632/update-currencies-to-remove-bgn-support
docs: Update currency and country reference to remove BGN support
2 parents e6ddd38 + af99a4d commit 7d083f4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

changelog/api.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ title: "API Updates"
33
icon: newspaper
44
description: "Changelog of all major API updates, new features, removals, and improvements."
55
---
6+
<Update label="January 2026" tags={["Removal", "FX"]}>
7+
8+
## Removed support for Bulgarian Lev (BGN)
9+
10+
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.
11+
12+
All affected customers were notified ahead of time and any remaining balance have been converted automatically to `EUR`.
13+
14+
</Update>
615

716
<Update label="November 2025" tags={["Removal", "Version"]}>
817

reference/countries.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ To request products you'll need to provide a country code. The currently support
1515
| 🇬🇧 United Kingdom | `GB` | `GBP` |
1616
| 🇨🇦 Canada | `CA` | `CAD` |
1717
| 🇦🇹 Austria | `AT` | `EUR` |
18+
| 🇧🇬 Bulgaria | `BG` | `EUR` |
1819
| 🇧🇪 Belgium | `BE` | `EUR` |
1920
| 🇩🇪 Germany | `DE` | `EUR` |
2021
| 🇫🇮 Finland | `FI` | `EUR` |
@@ -29,7 +30,6 @@ To request products you'll need to provide a country code. The currently support
2930
| 🇦🇷 Argentina | `AR` | `ARS` |
3031
| 🇦🇺 Australia | `AU` | `AUD` |
3132
| 🇧🇷 Brazil | `BR` | `BRL` |
32-
| 🇧🇬 Bulgaria | `BG` | `BGN` |
3333
| 🇨🇱 Chile | `CL` | `CLP` |
3434
| 🇨🇳 China | `CN` | `CNY` |
3535
| 🇨🇴 Colombia | `CO` | `COP` |

reference/currencies.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ A list of currently supported currencies is below, we'll update this as we add m
1919
| 🇦🇪 `AED` | Arab Emirates Dirham |_from USD only_ |_FX only_ |
2020
| 🇦🇷 `ARS` | Argentine Peso |_from USD only_ |_FX only_ |
2121
| 🇦🇺 `AUD` | Australian Dollar |||
22-
| 🇧🇬 `BGN` | Bulgarian Lev |_from USD only_ |_FX only_ |
2322
| 🇧🇷 `BRL` | Brazilian Real |_from USD only_ |_FX only_ |
2423
| 🇨🇦 `CAD` | Canadian Dollar |||
2524
| 🇨🇭 `CHF` | Swiss Franc |||

0 commit comments

Comments
 (0)