How to switch to Production and turn off Test mode after an app approval with the Dropbox Sign API
Updated Nov 25, 2025
In this article
To turn off test mode and switch to Production:
- Turn off test mode in your POST request.
- You can either disable test mode or remove the parameter altogether.
- 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.
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.
Whether this is a test, the signature request created from this draft will not be legally binding if set to 1. Defaults to 0.
Community answers
-
Posted by: AngieB 37 days ago
63
0
-
Posted by: Amy 60 days ago
131
2
-
Posted by: Axnfell 84 days ago
62
2
-
Posted by: BubbleIsTheWorst 753 days ago
4375
21
-
Posted by: Gags 2587 days ago
1440
1