Sign with Singpass
Singpass Developer DocsAsk a Question
  • START HERE
    • Overview of Sign
    • How do our Digital Signatures work?
    • Frequently Asked Questions
  • FOR USERS
    • How to sign
    • Verifying Sign with Singpass Signatures
      • Loading Singpass Root Signing Certificate
  • FOR RELYING PARTIES
    • Use Cases
    • Getting Started
      • How to Onboard our API
      • Digital Signing Partners
        • Docusign
        • Tungsten Automation
        • OneSpan
        • Tessaract Technologies Pte Ltd
        • Netrust Pte Ltd
        • Modus Consulting
        • Redoc.co by Real Estate Doc Pte Ltd.
        • CrimsonLogic
        • Zoho Sign
        • Securemetric Technology Pte. Ltd.
        • Rently Pte. Ltd.
    • API Documentation
      • Document Signing V3
        • Initiate Sign Request
        • Redirect From Sign with Singpass
        • Accept Success Signing Webhook
        • Get Signing Result
        • JWKS Specification
        • Sign Portal
      • Document Signing V1
      • Transaction Signing
        • Embedding Singpass JS
        • Init Transaction Signing
        • Exchange Transaction Signature
    • UX Guidelines
      • User Journey Illustration
    • Support
Powered by GitBook
On this page

Was this helpful?

  1. FOR RELYING PARTIES
  2. API Documentation
  3. Document Signing V3

Redirect From Sign with Singpass

PreviousInitiate Sign RequestNextAccept Success Signing Webhook

Last updated 1 month ago

Was this helpful?

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 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 or cancelled, RP are recommended to check the actual signing status from or

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
Can I provide more than 1 redirect URL for my application?

We only accept one redirect URL per application onboarded. When we send the user back to your application, we will include the request_id in the query parameters, which you can then use to redirect the user back to whichever page on your application you deem necessary.

onboarding
webhook
get signing result API