Verify Answers

Checks if the answers from the customer are correct and verifies a customer's identity if so.

/users/me/verify-questions

POST https://apis.sandbox.flexshopper.com/v3/users/me/verify-questions

This endpoint allows you to get free cakes.

Headers

Request Body

{
  "id": "dsad5613r67413g4hjsbdfsdfsd.4353564565gfsgdfgdfgdfg...",
  "responses": [
    {
      "questionId": "1374041563",
      "answerId": "49858696"
    }
  ]
}

Response Parameters

A successful request returns the HTTP 200 OK status code and a JSON response body that shows whether the customer passed the questions or not.

Last updated