Initialization with d6 Relay
The initialization process is similar to that of the Standard Initialization, with the addition of the data-client-id and data-client-secret attributes in the script tag.
Before utilizing this feature, ensure that you have obtained access to Relay Login from Sticitt.
<script id="sticitt-pay-sdk"
src="https://sdk-test.sticitt.co.za/js/lib/sdk-relay.min.js"
data-client-id="<app client-id>"
data-client-secret="<app client-secret>">
</script>
<script id="sticitt-pay-sdk"
src="https://sdk.sticitt.co.za/js/lib/sdk-relay.min.js"
data-client-id="<app client-id>"
data-client-secret="<app client-secret>">
</script>
Sample Web SDK project using d6 Relay
Here's a sample web project using the test environment to help you get a feel of how to use the Sticitt SDK.
- Note
Remember to set your app-client-secret and app-client-secret.
14 July 2025