Validate an OTP
POST/otp/validate
Validate an OTP code entered by the beneficiary. Returns a short-lived token that can be attached to sensitive operations (authorization approval, dispensation completion, etc.).
Request
Responses
- 200
- 401
- 422
OTP validated successfully. Response includes a short-lived token that can be attached to sensitive operations.
Authentication missing or invalid.
OTP code invalid or expired. Response body contains 'code' and 'message'.