Skip to main content

VerioCheck Contact Validation & Identity Verification API

Project description

VerioCheck Python library provides convenient access to the VerioCheck API calls from applications written in server-side Python script.

Please keep in mind that this package is for use with server-side Python script that uses VerioCheck secret keys.

VerioCheck provides FREE Address validation, Identity Verification, SMS Verification, Contact Data Cleaning, Name & Gender Validation, Email & IP Validation.

Signup for FREE API Keys

You can Signup for Free API Keys at VerioCheck Free API Signup

Documentation

See the VerioCheck API Documentation

Installation

Install the package with:

pip install veriocheck

Usage

The package needs to be configured with your account’s secret key which is available in your VerioCheck Dashboard. Require it with the key’s value:

from veriocheck import veriocheck

veriocheck = veriocheck("YOUR_PRIVATE_KEY", "YOUR_AUTH_CODE", False)

# Example: Validates if your API Keys are valid
returnCode, returnValue = veriocheck.validateKey()
print returnCode, returnValue


# Example: Regenerates your public keys
returnCode, returnValue = veriocheck.regeneratePublicKey({"login": "YOUR_VERIOCHECK_LOGIN_EMAIL"})
if returnCode == 200:
        print ("Successful API Call ", returnValue["status"])
else:
        print ("Error with API Call ", returnValue)

Methods

This module contains easy access to the following methods. All these methods accept (inputJSONParams, CallbackFunction). Refer to the VerioCheck.nameCheck example above. Refer to API documentation for required parameters.

regeneratePublicKey, addressCheck, verifyIdentity, cleanAndVerify, smsCreateCode, smsVerifyCode, smsVerificationStatus, nameCheck, emailCheck, ipCheck

More Information

VerioCheck Website

VerioCheck API Documentation

VerioCheck Free Signup

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

veriocheck-1.0.2.tar.gz (2.4 kB view details)

Uploaded Source

File details

Details for the file veriocheck-1.0.2.tar.gz.

File metadata

  • Download URL: veriocheck-1.0.2.tar.gz
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for veriocheck-1.0.2.tar.gz
Algorithm Hash digest
SHA256 a5bc0aeb3061e79bfbfa664e5315ddee22ae9f48f0d3900cf45fccf398a75408
MD5 374970b7c0e16623d3883c5de4ffdaa8
BLAKE2b-256 5294ea41aa1a215aa901fd369f0ce18cd2dc317367f1276f2c309a4e1f0455e8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page