Redirect From Sign with Singpass
After completing the digital signing process on the Sign portal, the user will be automatically redirected to RP's application. The redirection uses the pre-registered URL set during onboarding and includes key query parameters, allowing the RP to track and finalise the transaction.
Additional Query Parameters
request_id: Match the sign request id returned during the initiate sign request API.
status: Either
success
orcancelled
, RP are recommended to check the actual signing status from webhook or get signing result API
The query parameters will be changed soon.
Example
# Given pre-registed recirect_uri is https://rp.com/sign-redirect
https://rp.com/sign-redirect?request_id=signv3-01961988-8b77-7a86-9641-5f2507965c04&status=success
Last updated
Was this helpful?