Docs
Get API Keys

Verify KBA Questions #

This section covers how to verify the KBA questions for Customer verification.

HTTP Request #

POST https://api.dwolla.com/kba/{id}

Request parameters #

ParameterRequired?TypeDescription
idyesstringThe id of the KBA session to verify questions for.
answersyesobjectAn array of four JSON objects that each consist of two key-value pairs -- questionId and answerId.

answers JSON object

ParameterRequired?TypeDescription
questionIdyesstringThe id of a question in a KBA session.
answerIdyesstringThe id of an answer to the corresponding question in a KBA session.

Example request and response #

Raw
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"
        }
    ]
}

HTTP Status and Error Codes #

HTTP StatusCodeDescription
200OKKBA scoring is complete. Check verificationStatus to determine if the user passed or failed KBA verification.
403InvalidResourceStateThe kba session has expired.
403InvalidResourceStateThe kba session is no longer valid.
404NotFoundKBA session not found.
Test in the Sandbox for free today.
Use sandbox environment to test API requests.
Get API Keys
2024 All Rights Reserved
Financial institutions play an important role in our network.

All funds transfers made using the Dwolla Platform are performed by a financial institution partner, and any funds held in a Dwolla Balance are held by a financial institution partner. Learn more about our financial institution partners.