gpt4 book ai didi

android - react native - 使用 PayPal v2/订单付款

转载 作者:行者123 更新时间:2023-12-01 22:00:20 25 4
gpt4 key购买 nike

我正在按照 PayPal Payments v2 API 的文档在 React Native 中实现 PayPal。

这是我结帐的一步一步:

  • 使用https://api.sandbox.paypal.com/v1/oauth2/token获得 token 。
  • 使用https://api.sandbox.paypal.com/v2/checkout/orders创建订单
  • 使用批准链接让客户接受付款
  • 我设置了return_url成为 https://www.google.com/ .客户收款后,我收到return_url https://www.google.com/?token=<order_id>&PayerID=<payer_id>

  • 在这一点上我被卡住了:我怎样才能使用信息 order_idpayer_id ?

    最佳答案

    下一步是做一个v2/orders capture其中order_id
    假设成功,响应的支付 -> 捕获 -> id 值是您应该保留在数据库中以用于会计目的的值,因为这将作为 paypal.com 帐户中的交易 ID 进行搜索。

    (order_id 没有会计值(value),为了调试目的,应该只保留大约 1 个月。)

    关于android - react native - 使用 PayPal v2/订单付款,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60165305/

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