Overview

Processing checkouts with OkHi is an easy two step process with a client-side action and a server-side action:

  1. From your website running in the customer’s browser, OkHi securely collects your customer’s address information and returns a representative OkHi ID. This, along with any other form data, is then submitted by the browser to your server.

  2. Using the location ID, your server-side code makes an API request to create a checkout entry.

Last updated