Creating Web SDK links
While you can integrate the Sticitt Pay Web SDK into your website using this guide, if you simply want to have your user navigate to complete a payment you can create a Web SDK payment link
.
- Note
This link requires you to have already created the payment via the Host-to-Host api
Format of Web SDK payment links
The Web SDK payment link
is formed from the web-sdk-host
determined by the environment, and the payment-id
of the payment you wish your user to complete.
https://web-sdk-test.sticitt.co.za/?paymentID=e64f133d-e51a-483e-92c5-2015e1017cf9
https://web-sdk.sticitt.co.za/?paymentID=e64f133d-e51a-483e-92c5-2015e1017cf9
This url can be shared as is, or navigated to by the user to complete the payment. And if the payment was created with a paymentSuccessfulRedirectUrl
as mentioned here then your user will be redirected to the url you set once they complete the payment.
11 July 2025