Skip to main content

Multi API v3.53.0

· One min read
Kristina Gauci

SCASCA Strong Customer Authentication - a two-factor authentication solution required by PSD2 regulations for when end-users are accessing their payment account sensitive information or initiating transactions. SCA requires at least two of the following: something you know (password), something you have (device), or something you are (biometrics). verification endpoint now supports idempotency

The following API endpoint can now (optionally) be called idempotently:

  • POST /challenges/{scaChallengeId}/otp/{channel}/verify to verify a list of resources using a one-time password.

Further information on idempotency is provided in our API Docs here.