Sticitt SDK Documentation 1.0 Help

Redirecting after successful payments

You can specify a URL that the Sticitt Web SDK will use to redirect users to after a successful payment. This URL must use HTTPS (https://), and is passed in the call to create the payment in the Host-to-Host api through the paymentSuccessfulRedirectUrl.

Note: If you do not provide the paymentSuccessfulRedirectUrl, the WebSDK will not perform any redirects.

Example Redirect URL

If you provide the following redirect URL:

https://example.com/payment-success

After a successful payment with paymentID=D537187D-C1AA-4140-823F-9975CF3F9D79, the WebSDK will redirect the user to:

https://example.com/payment-success?paymentID=D537187D-C1AA-4140-823F-9975CF3F9D79
Last modified: 20 February 2025