Checkout Redirect Flow

In order to capture an initiated order, the consumer needs to be redirected to a landing page on our servers.

The host URLs are as following:

Use the following parameters:

ParameterValueRequired / Optional
ORDER_CONTEXT_TOKENThe order context token that has been generated with /order/initiateRequired
platformbespokeOptional (please add it)
version1.01Optional (please add it)

πŸ“˜

Example

https://demo-js.demo-hoolah.co/?ORDER_CONTEXT_TOKEN=69ac04c2-23a4-4f03-b73f-35b6b28ed8e3&platform=bespoke&version=1.0.1

Once the consumer has completed the hoolah Checkout Flow (or decides to abort it by clicking on "Back to merchant"), the consumer will be redirected back to the merchant's landing page. It is the merchant's obligation to check against the payment status.

If the Order Status is a success, then this is an ability for you to complete your Order with the consumer.