Secret Code Verify

Verifies the provided secret code and, if successful, returns a JWT token.

📘

Strong Customer Authentication (SCA)

Strong authentication is not just about calling endpoints individually ; it follows a workflow that must be respected for everything to work properly.

While each endpoint page gives you the technical details, make sure to also check the dedicated workflow guide to understand when, why, and how to use them together.

👉 Check the SCA Workflow guide


The JWT token provided is valid for 5 minutes to allow the generation of an OTP via SMS (auth_by_sms).

Once the OTP is generated, its validation is only limited by the intrinsic validity period of the OTP code, with no additional constraint related to the token.



Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!