如何使用 c# 和 asp.net 从 braintree 获取随机数值
how to get nonce value from braintree using c# and asp.net
我想从 braintree 获取 nonce 值。
我可以很容易地获取客户端令牌,但是如何从 asp.net c#.
中的 braintree 中获取 nonce 值
任何帮助将不胜感激。
如果您的客户端设置正确,如图所示here, it will fetch the payment method nonce from the Braintree servers and make it available on your servers as shown here. If you still have trouble retrieving the nonce, I recommend reaching out to Braintree support寻求帮助。
我想从 braintree 获取 nonce 值。 我可以很容易地获取客户端令牌,但是如何从 asp.net c#.
中的 braintree 中获取 nonce 值任何帮助将不胜感激。
如果您的客户端设置正确,如图所示here, it will fetch the payment method nonce from the Braintree servers and make it available on your servers as shown here. If you still have trouble retrieving the nonce, I recommend reaching out to Braintree support寻求帮助。