Designed for fast and easy integration into existing systems! The following is a sample XML request and response. The placeholders
shown need to be replaced with actual values. Web Services - Automate the process by having your system use our Web Service
which uses both SSL and Blowfish encryption in a SSAE 16 environment.
<soap:Body> <ValidateTineName xmlns="https://www.TINCheck.com/WebServices/"> <TinName> <Tin>123456789</TIN> <LName>SMITH</LName> <FName>JOHN</FName> </TinName> <CurUser> <UserID>MyUser</UserID> <UserPassword>MyPASSWORD</UserPassword> </CurUser> </ValidateTinName> </soap:Body> |
<soap:Body> <validateTinNameResponse xmns="https://www.TINCheck.com/WebServices/"> <ValidateTinNameResult> <TINNAME_CODE>6</TINNAME_CODE> <TINNAME_DETAILS>TIN and Name combination matches IRS SSN records</TINNAME_DETAILS> </ValidateTinNameResult> </ValidateTinNameResponse> </soap:Body> |
The following is an example query using the TINCheck Stored Procedure. Your TINCheck validations are simply returned as the
results of the query. The red placeholders shown need to be replaced with actual values.
A PDF copy of this document can be downloaded here: TINCheck Web Services - Simple Request & Response