gpt4 book ai didi

react-native - 如何使用 Braintree 保存卡片详细信息?

转载 作者:行者123 更新时间:2023-12-04 13:21:57 24 4
gpt4 key购买 nike

目前,我正在使用以下第三方库与 Braintree 集成:

  • https://github.com/ferndopolis/react-native-braintree-card
  • https://github.com/kraffslol/react-native-braintree-xplat

  • 但是我找不到任何保存卡详细信息的方法。是否有可用于保存卡详细信息的 rest API 调用?

    最佳答案

    完全披露:我在布伦特里工作。如果您有任何其他问题,请随时联系
    support .

    您链接的两个第三方库都是我们客户端 SDKS 的包装器,并且有文档表明您需要返回结果 payment method nonce到您的服务器端使用。支付方式随机数是一种安全的、一次性使用的支付信息引用。这是允许您的服务器在不接触原始数据的情况下将敏感的支付信息传达给 Braintree 的关键元素。

    Braintree 目前没有 REST API,但是您可以使用 one of our server SDKS运行 Customer Create API Call ,这会将该客户的付款信息保存到 Braintree Vault 中。此外,您可以运行 Payment Method Create API Call以及保存卡的详细信息。

    关于react-native - 如何使用 Braintree 保存卡片详细信息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50851773/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com