Boost conversion by simplifying your customers’ checkout experience
The “Remember Me” feature in Ivy’s Checkout enables returning users to skip bank selection and data entry when paying with the same bank again. This improves returning user experience and boosts conversion rates.
Ivy will recognize returning users wherever possible. However, you can guarantee that your returning users will get the smoothest checkout experience possible by either:
Make sure to pass the email address in the customer.email field, not in the prefill section. This ensures proper customer recognition for the Remember Me feature.
POST /api/customer/create{ "email": "[email protected]"}// Response{"id": "2efc91d2-6680-4285-ba16-a49bd18fd711", // <- Use this ID during Checkout creation"merchantId": "<your merchantId>","email": "[email protected]"}