paypal - 授权我的应用创建 Paypal 自适应付款退款

标签 paypal paypal-adaptive-payments paypal-rest-sdk

来自 Paypal doc

A receiver can grant you third-party access to make a refund by logging in to PayPal, choosing API Access on the Profile page, then clicking the link to Grant API permission and selecting Refund after clicking Configure a custom API authorization.

希望最后破灭,有没有办法绕过这一步,也许混合 REST API?

最佳答案

您可以使用 Permissions API并将其直接绑定(bind)到您的应用中。

关于paypal - 授权我的应用创建 Paypal 自适应付款退款,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22181026/

相关文章:

paypal - 如何汇款到任何 Paypal 账户

php - PayPal 单笔付款至电子邮件

paypal - 在新的 PayPal 移动 SDK 和 3D 安全上输入地址

paypal - 在网站使用Paypal接受信用卡支付

php - curl_exec 从 Paypal REST Api 返回一个 XMLFault

paypal - 使用 Paypal Adaptive Payments 设置标题图片

来自经典的 Paypal Rest API 和 Permissions API

php - 什么会导致 PayPal Adaptive Payments API 返回 "internal server error. please check the server logs for details"?

php - PayPal REST API [Sandbox] - INTERNAL_SERVICE_ERROR 付款销售执行

paypal - 我是只需要执行一次 PayPal 账单协议(protocol),还是每次账单到期时都需要执行?