Creating Redirect Links
Redirect your customers to individual checkouts hosted by Hakuna
By giving us some product and transaction data as URL parameters, you can redirect your customers from any of your communication channels to individual checkouts hosted by Hakuna, where they can purchase product protection after purchase: Hakuna Redirect.

There is no technical integration required and it can be integrated into any of your processes (e.g. customer support, email campaigns, consultation, etc.). All you need to do is decide where to place the generated redirect link in your customer communications.
Data Preparation
To create a Redirect Link, you need product and transaction data as well as parameters provided by Hakuna (Hakuna category, public key “pk”). Make sure that you have the following data at the time of link creation:
If the product order has already been completed, provide the order_id
and product_purchase_date
from the order. Otherwise, you can specify any value for the order_id
, and use the time of link creation as the product_purchase_date
.
The fulfillment_date
is optional and should only be specified if the product has already been delivered.
Create Redirect link and make it available to customers
Add the parameters to the following link and share it with your customers, e.g. in an email:
https://protection-widget.hellohakuna.com/checkout?pk={pk}&order_id={order_id}&product_id={product_id}&product_purchase_date={product_purchase_date}&product_brand={product_brand}&product_title={product_title}&product_category={product_category}&product_price={product_price}&country={country}
When using the link, the customer is redirected to checkout, where they are presented with the appropriate product protection and can enter their payment information to purchase protection for their product. Once this is complete, we send the customer an email confirming their purchase.
If parameters are invalid, the customer is redirected to an error page.
Configure Checkout Design
By default, we use Hakuna branding for checkouts. If you would like us to customize the checkout design to match your branding, please provide us with a URL to your logo and hex color codes for the following components:
Primary color for headings and CTAs
Secondary color for background components
Text color
Last updated