一次为不同的支付网关生成密码(OTP) [英] One time Password(OTP) Generation for different Payment Gateways

查看:111
本文介绍了一次为不同的支付网关生成密码(OTP)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要创建一个生成OTP消息的应用程序

对于不同的网关。例如:< xxxx>网关向我们的< bank otp =>

申请>发出请求生成并发送OTP消息,它提供了一组

规则和算法机制来加密和解密数据。规则和算法将特定于< xxxx>支付网关。我的要求是创建一个通用应用程序,可以插入任何支付网关应用程序以生成OTP消息。



如果您有任何想法或建议,请告诉我。在此先感谢。

Hi,I have got requirement to create an application for generating OTP messages
For different gateways. Ex: <xxxx> gateway places a request to our <bank otp="">
Application> to generate and send the OTP messages and it provides set of
rules and algorithm mechanism to encrypt and decrypt the data. The rules and algorithms will be specific to <xxxx> payment gateway. My Requirement is to create a Generalized Application which can be plugged to any payment gateway application for generating OTP Messages.

If you have any idea or suggestions please let me know.Thanks in advance.

推荐答案

OTP属于不同的类型,他们可以挑战响应,软令牌,电子邮件和短信。



Soft Token和Challenge Respond也可以说是2FA(双因素身份验证)。



通常这些系统非常复杂。但是,如果您非常具体地使用SMS和电子邮件(即向OTP发送用户注册的移动电话号码或电子邮件ID),那么可以将您的应用程序托管为webservice / Rest API。但它应该可以访问用户的详细信息。



希望这些信息可以帮到你。



问候,

Panduranga。
OTP are of different type, they can challenge Respond, soft Token, Email and SMS.

Soft Token and Challenge Respond can also be said as 2FA (two factor authentication).

Generally these systems are very complex. But if you are very specific about OTP using SMS and Email(i.e sending to OTP to user registered Mobile number or Email id) then it can be done hosting your application as webservice/Rest API. But it should have access to user details.

Hope this info helps you.

Regards,
Panduranga.


这篇关于一次为不同的支付网关生成密码(OTP)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆