Log into the dashboard
Go to dashboard.bondio.co and sign in.
Buy eSIM profiles
- Go to the eSIM orders page
- Click the New order button on the top right
- Select the appropriate quantity of eSIMs from the drop-downs
- Click the Pay Now button
Create a plan
- Go to the plans page
- Click the New plan button on the top right
- Fill out the plan parameters and click Create. If all parameters are correct, the plan will be created and shown at the top of the page.
- Click on the plan row. From the side panel that appears, copy and note down the
plan_id.
Create an API key
- Go to the API keys page
- Click the New API key button, then click Create
- Copy and note down the API key that appears in the dialog box
Create a subscription
- Go to the Create Subscriptions API page in the docs
- Paste the API key from the previous step into the
Tokenfield - Replace
plan.id1with yourplan_idin theBodyfield - Click Send API Request, ensuring prod is selected beside the button
- If all fields are correctly provided, you should see the newly created Subscription object returned, containing the eSIM ICCID. Copy and note down the ICCID.
Get the activation code
- Go to the eSIM profiles page
- Find the eSIM with the ICCID returned in the previous step
- Copy the activation code by clicking the Copy button under the Action column
Convert the activation code to a QR code
- Go to a text-to-QR generator such as qr-code-generator.com
- Paste the text code into the text area and click Generate QR Code