Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions changelog/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ title: "API Updates"
icon: newspaper
description: "Changelog of all major API updates, new features, removals, and improvements."
---
<Update label="January 2026" tags={["Removal", "FX"]}>

## 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 customers were notified ahead of time and any remaining balance have been converted automatically to `EUR`.

</Update>

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

Expand Down
2 changes: 1 addition & 1 deletion reference/countries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand All @@ -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` |
Expand Down
1 change: 0 additions & 1 deletion reference/currencies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 | ✅ | ✅ |
Expand Down
Loading