COPPA Compliance
Identity verification via trusted and verified data sources in the United States specifically designed for COPPA compliance.
How does this service work?
Per FTC Safe Harbor Guidelines we must locate the target, determine they are not deceased, are "18+" and have provided an accurate SSN variable from the list below.
You must provide the target's SSN variable in one of three formats:
Full 9 SSN
Last 4 SSN
IDR Calc SSN
IDR Calc is Veratad's patented process that allows the user to sum up at least two digits from their SSN to prove they know the variable without collecting sensitive PII. See IDR Calc section below for more details
This service can also be accessed in countries outside of the United States. Please contact your Veratad Professional Services Team Member for more details.
IDMatchCOPPA5.0
POST
https://production.idresponse.com/process/5/gateway
Make an
HTTPS POST
request with the following body parameters to find out if the target has provided valid identity attributes. You will receive a synchronous response in 2-3 seconds with a
result
object that includes an
action, detail
and
issues object
.
Request Body
Sample Request Body
Action and Detail Responses
The following are all values that will be returned in the result object of the response.
Issues Responses
When a transaction returns as REVIEW then there will be a list of issues. This list can include any of the below values.
Rules
IDMatch+COPPA will process with the default base ruleset:
The base ruleset will return a PASS when:
A match is found
The target is not deceased
The target is 18+
The target has provided an accurate SSN value
The base ruleset will return a REVIEW when:
A match is found
The target is not deceased
The target is 18+
The target did not provide an accurate SSN value
The base ruleset will return a FAIL when:
A match is not found
The target is deceased
The target could not be confirmed as 18+
IDR Calc
IDR Calc is Veratad's patented process that allows the user to sum up at least two digits from their SSN to prove they know the variable without collecting sensitive PII. Here is an example request using IDR Calc.
Service Testing
Use the test_key attribute to test the service. When the test_key is provided the system will dynamically drop the live data sources and use the testing database. To access test cases click the link below.
Last updated