Issue a one-time password that can be used to step-up a token, then run the Step up verify api to validate your stepup.
Initiates the step-up token process by sending an SMS with an one-time-password to a device belonging to the logged-in user that was previously enrolled through https:///api.up.money/cards/limits/{cardId}/send-otp endpoint.
This process is required for endpoints that require a step-up token to complete the call.
Note that on the Sandbox Environment, text messages are not sent and the one-time-password is always "123456".
End point
https://api.up.money/auth/stepup/send-otp
Headers
Security
REQUEST BODY SCHEMA: application/json
πAPI SECRET: x-secret
Add YWJjMTIzIQ== in x-secret in headers.
Header parameter name:x-secret
π HTTP: Authorization-key
The authentication token representing the user. This will be included in the login response object as token.
Header parameter name:Authorization-key
Payload
{"type":"SMS"// Optional by default SMS will be used}