Skip to content

Instantly share code, notes, and snippets.

@becca-bailey
Created August 2, 2017 19:43
Show Gist options
  • Save becca-bailey/941019f7171c2d12047bbb7e98f321dc to your computer and use it in GitHub Desktop.
Save becca-bailey/941019f7171c2d12047bbb7e98f321dc to your computer and use it in GitHub Desktop.
Sample verify request
POST /customer/verify
{
"customerId": 298991,
"verificationId": "1691656139",
"answers": [
{
"questionType": "time.at.current.address",
"questionAnswer": "Over 5 years"
},
{
"questionType": "city.of.residence",
"questionAnswer": "ATLANTA"
},
{
"questionType": "current.county.b",
"questionAnswer": "FULTON"
},
{
"questionType": "prior.residence.state.multiyear",
"questionAnswer": "NEW YORK"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment