【问题标题】:Passing Item name for PayPal Client-side REST integration为 PayPal 客户端 REST 集成传递项目名称
【发布时间】:2018-06-19 01:04:04
【问题描述】:

我正在使用 PayPal 客户端 REST 集成 https://developer.paypal.com/docs/integration/direct/express-checkout/integration-jsv4/client-side-REST-integration/

我想将项目名称连同总额和货币一起传递。

item_name 显然可用于标准 HTML 表单 https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/formbasics/

在使用客户端 Express Checkout 时,我找不到合适的方法。

【问题讨论】:

    标签: rest paypal client-side express-checkout


    【解决方案1】:

    开发人员文档将包含添加对象和传递您正在寻找的信息的信息。该文档将显示 Payments API 的参考以及示例请求。

    https://developer.paypal.com/docs/api/payments/#payment

    【讨论】:

    • 非常感谢 PP_MSI_Lehi!添加描述的方法如下:"transactions": [ { "amount": { "total": "3.00", "currency": "EUR" }, "description": "Cappuccino", "invoice_number": "48787589673", } ]
    猜你喜欢
    • 2021-09-04
    • 2018-04-20
    • 2020-12-02
    • 2016-11-25
    • 2020-10-08
    • 2018-01-05
    • 2017-11-21
    • 2018-02-22
    • 2019-08-04
    相关资源
    最近更新 更多