The integration in three calls
- Quote. Send device category, model and retail price; receive an eligible plan list with premiums. Assurify's edge network answers in sub-100ms, so the cart does not stall.
- Render. Show the plan as an add-on card in the cart or on the product page. The embedded CSS engine inherits your theme's colour tokens, typography and corner radius, so it reads as native.
- Create. On acceptance, POST to the policy endpoint with device and buyer details. The policy is issued in real time and a certificate URL comes back in the response.
POST https://api.assurify.in/v1/policy
{
"device_type": "smartphone",
"model": "iPhone 15 Pro",
"retail_price": 120000,
"plan_type": "extended_warranty",
"customer_email": "buyer@example.com"
}
201 Created
{
"policy_id": "POL-882901-ASFY",
"status": "active",
"premium": 899.00,
"expires_at": "2027-05-19",
"policy_certificate_url": "https://pdf.asfy.in/cert/pol_88..."
}
If you do not want to write code
Assurify ships no-code extensions for Shopify and WooCommerce. Install the plugin, connect your API key, and the protection widget appears in the cart with no engineering work. SDKs and clean REST and GraphQL APIs are available for custom stacks.
What it does to revenue
Attaching protection at checkout adds an ancillary margin line with no inventory and no fulfilment cost to the seller. Assurify reports an average order value uplift of 26% on partner stores, with the protection premium booked as commission to the seller. Assurify handles claims, logistics and customer support after the sale.
Who is this for?
- Online electronics retailers wanting an attach rate on every device sold.
- OEMs and brand stores wanting to offer cover beyond their own warranty window without building a claims operation.
- Marketplaces offering protection as a seller-side service.
Start at ecom.assurify.in or read the Assurify Ecom overview. Selling over a counter instead? That is Assurify Merchant.
Frequently asked questions
How does an ecommerce store offer an extended warranty?
By calling a protection provider's pricing API at cart time and rendering the returned premium as an add-on. With Assurify Ecom the policy is created via a single POST and issued in real time, or a Shopify or WooCommerce plugin does it with no code.
How fast is the Assurify quote API?
Assurify serves quotes from an edge network with sub-100ms response times, so the protection card renders without adding checkout latency.
Can the protection widget match our brand styling?
Yes. The embedded CSS engine adapts colour tokens, typography and corner radius from the surrounding theme so the card looks native to your store.
Who handles claims for policies sold through our store?
Assurify does. The seller books the commission; Assurify runs claims, logistics, the authorised repair network and customer support.
How do we get API access?
Request test API keys at ecom.assurify.in, or email hello@assurify.in.
Where to go next
For an online store or OEM that wants to attach an extended warranty to its products inside its own checkout flow, via API. Start at https://ecom.assurify.in/, or read the Assurify Ecom overview.
Related answers
What is ADLD in a device protection plan?
ADLD stands for Accidental and Liquid Damage protection. It covers physical damage you cause by accident - a dropped phone, a cra…
What is an extended warranty and is it worth it in India?
An extended warranty continues cover for electrical and mechanical breakdown after the manufacturer's own warranty expires. It pa…
Extended warranty vs device insurance: which one do you need?
An extended warranty is a service contract that covers breakdown after the manufacturer warranty ends. Device insurance is an und…
How much does a device protection plan cost in India?
Device protection plans in India typically cost between 1% and 4% of the device price for each year of cover. On Assurify's own p…
Comparing providers?
Assurify vs OneAssist
Assurify vs OneAssist for device protection in India - co-payment, spare parts, doorstep pickup, claim turnaround and w…
Assurify vs Acko
Assurify vs Acko for protecting a phone or appliance in India - protection plan versus insurance policy, co-payment, cl…
Assurify vs GoWarranty
Assurify vs GoWarranty for extended warranty on appliances and gadgets in India - cover types, co-payment, spare parts,…