MIB Checkout — embedded inline, no redirect. Test mode, no real charge. Back to Developers

Embedded insurance · live

Pick a business. Add insurance without anyone leaving the page.

These are the businesses most likely to embed cover — almost none of them sell a physical product. Each one opens the real MIB checkout inline, binds a policy, and gets it back through a callback. Same few lines every time.

SafeGuard on WhatsApp
Hi! I can add device cover to your account in about a minute.
How much is it?
Just ₦5,000/yr. Want to see your quote?

A WhatsApp assistant that sells cover right in the chat.

The whatsapp bot calls MIB with a product type and the customer, then opens the returned URL inline. MIB quotes across insurers, takes payment, binds the policy and fires onSuccess — the customer never left, and never saw MIB until the pay sheet.

// server: create a session (secret key)
const { url } = await mib.checkoutSessions.create({
  product_type: "gadget",
  customer: { email: user.email },
});

// page / bot / app: open it inline
MIBCheckout.open(url, {
  onSuccess: (r) => markCovered(r.policy),
});
No redirect No licence You earn commission