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
| Parameter | Data Type | Parameter Type | Required | Description |
|---|---|---|---|---|
| id | string | path | yes | The id of the KBA session to verify questions for. |
| answers | array | body | yes | An 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
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string | ||
Authorization | string | ||
Content-Type | string |