A crypto holder must reside in one of the supported regions to be able to order and use Immersve cards.
Below is an indicative list of regions supported by Immersve.
Live
- New Zealand
- Australia
Coming soon
Austria, Belgium, Bulgaria, Croatia, Cyprus, Czech Republic (Czechia), Denmark, Estonia, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Latvia, Liechtenstein, Lithuania, Luxembourg, Malta, Netherlands, Norway, Poland, Portugal, Romania, Slovakia, Slovenia, Spain, Sweden, United Arab Emirates, United Kingdom, United States
Supported Regions Endpoint
The availability of regions may vary between partners. A region may be supported by Immersve but not be accessible to a given partner if they, for instance, have no card programs set up in that region.
For the most up-to-date list of the supported regions for a partner, use the supported regions endpoint. This will provide a complete list of regions including:
- the region name
- the region's code for use with our apis
- the region's availability for the partner to issue cards
This endpoint can be useful for a range of use cases, such as, checking if a partner can issue cards in a region, getting the region code for a region, or when populating regions in UI elements (such as dropdowns).
Custodial Wallets
If you are authenticating with Immersve using API Key Authentication as part of a Custodial Wallets integration.
Setup environment variables
The following variables are referenced from the example bash scripts throughout the next section of this guide.
Getting supported regions
Calling the endpoint using an api key.
Web3 Wallets
If you are authenticating with Immersve using User Session Authentication as part of a Web3 Wallets integration.
Setup environment variables
The following variables are referenced from the example bash scripts throughout the next section of this guide.
Getting supported regions
Calling the endpoint using a bearer token.