Answer KBA Questions

POST https://api-sandbox.dwolla.com/kba/{{kbaId}}

Questions and answers will have their own unique identifiers. Questions and answers are submitted via an answers array that contains a list of four JSON objects that include key-value pairs for specifying a questionId and answerId.

Request parameters

ParameterData TypeParameter TypeRequiredDescription
idstringpathyesThe id of the KBA session to verify questions for.
answersarraybodyyesAn array of four JSON objects that each consist of two key-value pairs -- questionId and answerId.

Request Body

{"answers"=>[{"questionId"=>"2355953375", "answerId"=>"2687969335"}, {"questionId"=>"2355953385", "answerId"=>"2687969385"}, {"questionId"=>"2355953395", "answerId"=>"2687969435"}, {"questionId"=>"2355953405", "answerId"=>"2687969485"}]}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Authorizationstring
Content-Typestring