Skip to main content
POST
/
kba
/
{id}
cURL
POST https://api.dwolla.com/kba/33aa88b1-97df-424a-9043-d5f85809858b
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer cRahPzURfaIrTewKL18tmslWPqKdzkLeYJm0oB1hGJ1vMPArft1v

{
    "answers": [
        { "questionId": "2355953375", "answerId": "2687969335" },
        { "questionId": "2355953385", "answerId": "2687969385" },
        { "questionId": "2355953395", "answerId": "2687969435" },
        { "questionId": "2355953405", "answerId": "2687969485" }
    ]
}
{
  "_links": {
    "customer": {
      "href": "https://api.dwolla.com/customers/b5fd802d-d8c7-43ce-94a8-7c14485b7042",
      "type": "application/vnd.dwolla.v1.hal+json",
      "resource-type": "customer"
    }
  },
  "verificationStatus": "verified"
}

Documentation Index

Fetch the complete documentation index at: https://developers.dwolla.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Accept
enum<string>
default:application/vnd.dwolla.v1.hal+json
required

The media type of the response. Must be application/vnd.dwolla.v1.hal+json

Available options:
application/vnd.dwolla.v1.hal+json

Path Parameters

id
string
required

The id of the KBA session to verify questions for.

Body

application/json

Parameters for verifying KBA questions

answers
object[]
required

Response

created

verificationStatus
string
Example:

"verified"