cURL
curl --request POST \ --url https://business.bfinance.app/external/api/esim/packages/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "externalId": "order‑789" } '
{ "status": "success", "data": { "id": "65e9f1c74c8b1a3c2f4d9a10" } }
Buys the specified eSIM package for the authenticated user.
JWT authentication token
Package ID to purchase.
Optional external identifier to link the purchase with an external system.
Successfully purchased the package.
"success"
Show child attributes
Was this page helpful?
Contact support