How to switch to Production and turn off Test mode after an app approval with the Dropbox Sign API

Updated Sep 29, 2025

In this article

To turn off test mode and switch to Production:

  1. Turn off test mode in your POST request.
    • You can either disable test mode or remove the parameter altogether.
  2. Remove the skipDomainVerification flag in your client-side Javascript.
    • skipDomainVerification can be found under the Hellosign.open() method.

Once you turn off test mode, the signature requests will be in Production.

Turning off the skipDomainVerification on the client-side will remove the pop-up warning when you're using the iframe.

Request Parameters

test_mode (optional)

Whether this is a test, the signature request created from this draft will not be legally binding if set to 1. Defaults to 0.
 

JavaScript parameters for HelloSign.open():

skipDomainVerification (optional)

Whether this is a test, the signature request created from this draft will not be legally binding if set to 1. Defaults to 0.
 
Was this article helpful?

Let us know how why it didn't help:

Thanks for letting us know!

Thanks for your feedback!

Other ways to get help