Reply to Question
Use this endpoint to reply to a security question to verify customer identity.
Reply to a Question
POST
/onboard/verify
Use this endpoint to respond to KYC questions retrieved from the NIDA database. After submitting your response, a new question will be returned. Continue responding to questions until you are successful, in which case code 00
will be returned.
If code 120
is returned, the result
field will contain another question that you must also respond to. Any other code indicates that verification has failed.
Headers
Name | Type | Description |
---|---|---|
authorization* | string | Authorization Bearer token |
x-request-id* | string | A unique id identifying this request |
Request Body
Name | Type | Description |
---|---|---|
onboardId* | string | Onboard ID returned after initiating an onboarding session |
questionCode | string | The code for the question you are responding to, as returned from NIDA |
answer | string | The answer to the question you are responding to |
Last updated