简体   繁体   English

如何验证 paytm 客户端 ID 和密钥是否有效?

[英]how to verify whether paytm client id and secret key are valid ones?

I have a react website with a payment module for PayPal.我有一个带有 PayPal 支付模块的反应网站。

It has an ability for cloud provision as well, for which, when the user requests for provision, he enters the form data and at that time, I will be taking his PayPal Client ID and secret ID as well, using which I will be making him a new provision它还具有云提供能力,为此,当用户请求提供时,他输入表单数据,届时我将带上他的 PayPal 客户端 ID 和秘密 ID,我将使用它来制作他的新规定

Is there a way to verify that the PayPal client ID and secret values are valid ones?有没有办法验证 PayPal 客户端 ID 和密钥值是否有效?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从客户ID和客户机密获取同意屏幕的URL? - How to get consent screen url frrom client id and client secret? AWS Cognito无法验证客户端的秘密哈希值 - AWS Cognito Unable to verify secret hash for client 如何验证我的谷歌地图 API 密钥是否有效? - How can I verify if my google maps API key is valid? 如何不在纯HTML5客户端应用程序上公开应用程序秘密和密钥 - How not to expose App secret and key on a pure HTML5 client application 测试模式没有在paytm中显示商户ID和商户密钥? - Didn't show merchant ID and merchant key in paytm in test mode? 如何在 JavaScript 中获取带有访问 ID 和密钥的 CoinEx API? - How To Fetch CoinEx API With Access ID And Secret Key In JavaScript? Clarifai客户要求提供客户机密和ID - Clarifai client asking for client secret and id 如何查看浏览器的 Storage object 是 localStorage 还是 sessionStorage 来管理客户端的静态/动态密钥? - How to check the browser's Storage object whether it is localStorage or sessionStorage to manage the static/dynamic secret keys in client? 如何验证数组是否有效 [暂停] - How to verify an array is valid [on hold] 如何判断一个游戏是否有效? - How to find whether a game is valid or not?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM