To turn off test mode and switch to Production:
1. turn off test mode in your POST request
a. you can either disable test mode or remove the parameter altogether
2. remove the skipDomainVerification flag in your client-side Javascript
a. skipDomainVerification can be found under the Hellosign.open() method
And that's it! 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.
Comments
0 comments
Article is closed for comments.