Skip to main content
PATCH
/
v3
/
{customerId}
/
BankingServices
/
AnswerMFAQuestions
Answer MFA Questions
curl --request PATCH \
  --url https://{instance}-api.private.fin.ag/v3/{customerId}/BankingServices/AnswerMFAQuestions \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "Message": "Answers updated"
}
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 endpoint and Flinks Connect.

Path Parameters

customerId
string
default:43387ca6-0391-4c82-857d-70d95f087ecb
required

Key that grants access to the environment specified in the instance field. By default, the value is set to the toolbox environment key.

Body

application/json
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.

Response

Confirmation message indicating that the answers were updated successfully.

Message
string

Confirmation message indicating that the answers were updated successfully.