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="<client-id>"
data-client-secret="<client-secret>">
</script>
<script id="sticitt-pay-sdk"
src="https://sdk.sticitt.co.za/js/lib/sdk-relay.min.js"
data-client-id="<client-id>"
data-client-secret="<client-secret>">
</script>
Last modified: 20 February 2025