Integration
Four things to wire up to go live with Bluecom eSIM Shop.
Four things to wire up:
- Authentication — sign the HMAC handshake on your backend.
- Embedding — open the Shop in an iframe, WebView, or Telegram Mini App.
- Session lifecycle — how the 24-hour cookie behaves and what to do on expiry.
- Payment return — notify your app when the user finishes (or abandons) checkout. Contract TBD.
Mental model
Your backend mints a short-lived signed URL. Your frontend opens it. The Shop verifies the signature, issues a session cookie, and renders.
The Shop is self-contained inside the iframe/WebView. You do not call any Bluecom API directly during normal operation — events come back via tracking events and (eventually) the payment webhook.
