eSIM Purchase Workflow Scenario
The eSIM purchase workflow in Make follows these steps:
1. User selects a country and views available eSIM bundles using the "Get bundles" action.
Check device compatibility by listing eSIM-enabled devices using /esim_enabled_devices.
3. Proceed to payment via Stripe payment intent.
4. After successful payment, create a new eSIM line using /line/create.
5. Retrieve ICCID and LPA code for eSIM activation.
6. Provide the LPA code to the user for eSIM installation, either as plain text or as a QR code generated through a QR-generating app.
eSIM Management Scenario
You can manage your eSIM through Make by using the following actions:
1. View eSIM line details – Retrieve information about a specific eSIM line using /line/{iccid}/get_details.
2. Refill eSIM – Add data to an existing eSIM line using /line/{iccid}/refill. 
3. Turn on/off Auto-refill – Enable or disable automatic refills with /line/{iccid}/turn_on_auto_refill or /turn_off_auto_refill.
4. Update notes – Add or modify notes for an eSIM line using /line/{iccid}/update_notes.