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.
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.