DocVerify Web Service
Click here for a complete list of operations.
AddNewNotaryPacket
Add a new DocVerify Notary Packet document. This feature is not available to all users, and requires special permissions to access.
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /easysign/v2/easysign.asmx HTTP/1.1 Host: api.docverify.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "https://api.docverify.com/AddNewNotaryPacket" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <AddNewNotaryPacket xmlns="https://api.docverify.com/"> <VendorApiKey>string</VendorApiKey> <VendorApiSig>string</VendorApiSig> <NotaryUserName>string</NotaryUserName> <NotaryPassword>string</NotaryPassword> <Documents> <base64Binary>base64Binary</base64Binary> <base64Binary>base64Binary</base64Binary> </Documents> <DocumentNames> <string>string</string> <string>string</string> </DocumentNames> <PacketTitle>string</PacketTitle> <NotaryDocumentTypeName>string</NotaryDocumentTypeName> <NotarialAct>string</NotarialAct> <NotaryCounty>string</NotaryCounty> <NotaryDocumentDate>dateTime</NotaryDocumentDate> <Participant1_Email>string</Participant1_Email> <Participant1_FirstName>string</Participant1_FirstName> <Participant1_MiddleName>string</Participant1_MiddleName> <Participant1_LastName>string</Participant1_LastName> <Participant1_Address>string</Participant1_Address> <Participant1_City>string</Participant1_City> <Participant1_State>string</Participant1_State> <Participant1_Zip>string</Participant1_Zip> <Participant1_IDType>string</Participant1_IDType> <Participant1_ID>string</Participant1_ID> <Participant1_Thumbprint>base64Binary</Participant1_Thumbprint> <Participant2_Email>string</Participant2_Email> <Participant2_FirstName>string</Participant2_FirstName> <Participant2_MiddleName>string</Participant2_MiddleName> <Participant2_LastName>string</Participant2_LastName> <Participant2_Address>string</Participant2_Address> <Participant2_City>string</Participant2_City> <Participant2_State>string</Participant2_State> <Participant2_Zip>string</Participant2_Zip> <Participant2_IDType>string</Participant2_IDType> <Participant2_ID>string</Participant2_ID> <Participant2_Thumbprint>base64Binary</Participant2_Thumbprint> <Participant3_Email>string</Participant3_Email> <Participant3_FirstName>string</Participant3_FirstName> <Participant3_MiddleName>string</Participant3_MiddleName> <Participant3_LastName>string</Participant3_LastName> <Participant3_Address>string</Participant3_Address> <Participant3_City>string</Participant3_City> <Participant3_State>string</Participant3_State> <Participant3_Zip>string</Participant3_Zip> <Participant3_IDType>string</Participant3_IDType> <Participant3_ID>string</Participant3_ID> <Participant3_Thumbprint>base64Binary</Participant3_Thumbprint> <DAN>string</DAN> <Fee>decimal</Fee> <RemoteNotarization>boolean</RemoteNotarization> <XMLData>string</XMLData> <UniqueID>string</UniqueID> <KBAComplete>boolean</KBAComplete> <BillToNotary>boolean</BillToNotary> <BillToUserName>string</BillToUserName> <NotaryID>string</NotaryID> <NoteXML>base64Binary</NoteXML> <NoteURL>string</NoteURL> <EditPlacement>boolean</EditPlacement> <DisableNotifications>boolean</DisableNotifications> <BehalfUserName>string</BehalfUserName> <DisableSigAdoptValidation>boolean</DisableSigAdoptValidation> </AddNewNotaryPacket> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <AddNewNotaryPacketResponse xmlns="https://api.docverify.com/"> <AddNewNotaryPacketResult>string</AddNewNotaryPacketResult> </AddNewNotaryPacketResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /easysign/v2/easysign.asmx HTTP/1.1 Host: api.docverify.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <AddNewNotaryPacket xmlns="https://api.docverify.com/"> <VendorApiKey>string</VendorApiKey> <VendorApiSig>string</VendorApiSig> <NotaryUserName>string</NotaryUserName> <NotaryPassword>string</NotaryPassword> <Documents> <base64Binary>base64Binary</base64Binary> <base64Binary>base64Binary</base64Binary> </Documents> <DocumentNames> <string>string</string> <string>string</string> </DocumentNames> <PacketTitle>string</PacketTitle> <NotaryDocumentTypeName>string</NotaryDocumentTypeName> <NotarialAct>string</NotarialAct> <NotaryCounty>string</NotaryCounty> <NotaryDocumentDate>dateTime</NotaryDocumentDate> <Participant1_Email>string</Participant1_Email> <Participant1_FirstName>string</Participant1_FirstName> <Participant1_MiddleName>string</Participant1_MiddleName> <Participant1_LastName>string</Participant1_LastName> <Participant1_Address>string</Participant1_Address> <Participant1_City>string</Participant1_City> <Participant1_State>string</Participant1_State> <Participant1_Zip>string</Participant1_Zip> <Participant1_IDType>string</Participant1_IDType> <Participant1_ID>string</Participant1_ID> <Participant1_Thumbprint>base64Binary</Participant1_Thumbprint> <Participant2_Email>string</Participant2_Email> <Participant2_FirstName>string</Participant2_FirstName> <Participant2_MiddleName>string</Participant2_MiddleName> <Participant2_LastName>string</Participant2_LastName> <Participant2_Address>string</Participant2_Address> <Participant2_City>string</Participant2_City> <Participant2_State>string</Participant2_State> <Participant2_Zip>string</Participant2_Zip> <Participant2_IDType>string</Participant2_IDType> <Participant2_ID>string</Participant2_ID> <Participant2_Thumbprint>base64Binary</Participant2_Thumbprint> <Participant3_Email>string</Participant3_Email> <Participant3_FirstName>string</Participant3_FirstName> <Participant3_MiddleName>string</Participant3_MiddleName> <Participant3_LastName>string</Participant3_LastName> <Participant3_Address>string</Participant3_Address> <Participant3_City>string</Participant3_City> <Participant3_State>string</Participant3_State> <Participant3_Zip>string</Participant3_Zip> <Participant3_IDType>string</Participant3_IDType> <Participant3_ID>string</Participant3_ID> <Participant3_Thumbprint>base64Binary</Participant3_Thumbprint> <DAN>string</DAN> <Fee>decimal</Fee> <RemoteNotarization>boolean</RemoteNotarization> <XMLData>string</XMLData> <UniqueID>string</UniqueID> <KBAComplete>boolean</KBAComplete> <BillToNotary>boolean</BillToNotary> <BillToUserName>string</BillToUserName> <NotaryID>string</NotaryID> <NoteXML>base64Binary</NoteXML> <NoteURL>string</NoteURL> <EditPlacement>boolean</EditPlacement> <DisableNotifications>boolean</DisableNotifications> <BehalfUserName>string</BehalfUserName> <DisableSigAdoptValidation>boolean</DisableSigAdoptValidation> </AddNewNotaryPacket> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <AddNewNotaryPacketResponse xmlns="https://api.docverify.com/"> <AddNewNotaryPacketResult>string</AddNewNotaryPacketResult> </AddNewNotaryPacketResponse> </soap12:Body> </soap12:Envelope>