kba
Verify KBA Questions
Submits customer answers to KBA questions for identity verification. Requires four question-answer pairs with questionId and answerId values. Returns verification status indicating whether the customer passed or failed the KBA authentication.
post/kba/{id}
Path parameters
idstring required
The id of the KBA session to verify questions for.
Headers
Accept'application/vnd.dwolla.v1.hal+json' required
The media type of the response. Must be application/vnd.dwolla.v1.hal+json
Request body
Example request
{
"answers": [
{
"questionId": "2355953375",
"answerId": "2687969335"
}
]
}Response
created