Bulgarian Lev (BGN) Transition to Euro (EUR)
14 days ago by Tremendous Dev
On January 30, 2026, we deprecated the Bulgarian Lev (BGN) in favor of the Euro (EUR) following Bulgaria's entry into the Eurozone. If your integration uses BGN to create orders, update it to use currency: "EUR" instead.
API changes
- Products: All Bulgarian gift card products have been updated to use EUR instead of BGN. Product IDs remain the same.
- Orders: BGN is no longer accepted for new orders. API requests to create orders specifying currency: "BGN" will fail with status code 400.
Recipient experience changes
- Prepaid cards: Transaction history now displays EUR-USD exchange rates instead of BGN-USD.
- Existing rewards: Unredeemed rewards denominated in BGN will be gradually converted to EUR using the official fixed exchange rate of 1.95583 BGN = 1 EUR. The underlying value of rewards is unaffected.
Do I need to make changes to my integration?
If you were creating orders with currency: "BGN", update your integration to use currency: "EUR" instead.
// Before
{ "currency": "BGN", "amount": 100 }
// After
{ "currency": "EUR", "amount": 100 }Need help?
If you have questions, contact us at [email protected] or reach out to your CSM.