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:
Host | Used for |
---|---|
https://js.secure-hoolah.co/?ORDER_CONTEXT_TOKEN= | Production (Singapore) |
https://my.js.secure-hoolah.co/?ORDER_CONTEXT_TOKEN= | Production (Malaysia) |
https://demo-checkout.shopback.com/paylater?ORDER_CONTEXT_TOKEN= | *New Sandbox (All Regions) |
Use the following parameters:
Parameter | Value | Required / Optional |
---|---|---|
ORDER_CONTEXT_TOKEN | The order context token that has been generated with /order/initiate | Required |
platform | bespoke | Optional (please add it) |
version | 1.01 | Optional (please add it) |
Example
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.
Updated 9 months ago