post https://sandbox.mipisepaymentservices.com/api/platforms//users//strong_auth/otp/generate/
Generates an OTP code to validate a specific step in the SCA workflow.
Strong Customer Authentication (SCA)SCA endpoints must be used within a specific workflow.
👉 See the SCA Workflow Guide for the correct sequence and usage.
The process body parameter specifies the SCA factor to validate ('email', 'phone_number', 'secret_code'), as well as the validation method ('_by_email', '_by_sms').
The
auth_by_smsis to be used once the whole workflow is done, when theworkflow_completedboolean variable in the GET Strong Auth Status response is true. You will need a JWT token given by the POST Secret Code Verify. This process will allow the sensitive operations to be done.