---
title: "Answer MFA Questions"
method: PATCH
path: "/v3/{customerId}/BankingServices/AnswerMFAQuestions"
tags: ["Authorization"]
---

# Answer MFA Questions

`PATCH /v3/{customerId}/BankingServices/AnswerMFAQuestions`

The `AnswerMFAQuestions` endpoint allows you to submit responses to multi-factor authentication questions in order to complete the authentication process and refresh the associated financial card.

**Availability:**
This endpoint is supported only in Canada and only for institutions using simple security questions as their MFA method.

**Note:** This endpoint is specific to the Enhanced MFA flow, which preemptively collects simple security question answers to improve Nightly Refresh success. It does not handle advanced MFA types such as two-step verification, push notifications, or other specialized authentication mechanisms. Those are fully supported through Flinks' standard authentication flow via the [/Authorize](/api/authorize/endpoints/authorize) endpoint and Flinks Connect.

## Path parameters

- `customerId` string, required

## Request body

- object
  - `loginId` string — The loginId you received after successfully connecting a customer account.
  - `Questions` object[] — Your MFA questions. This is an array of objects, where each object contains a Question and Answer field.
    - `Question` string — The security question text.
    - `Answer` string — The answer to the security question.

## Response `200`

Confirmation message indicating that the answers were updated successfully.

- object
  - `Message` string — Confirmation message indicating that the answers were updated successfully.

## Other responses

- `400` — Error message describing the issue.

---

[API](https://skmtc.net/flinks/apis/flinks-api.md) · [All operations](https://skmtc.net/flinks/apis/flinks-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flinks/flinks-api/versions/0983646f91b4/schema)
