- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在开发一个 PayPal 链式支付应用程序,其中
这一切都在沙盒环境中运行,但有一个障碍 - 当主要接收者登录到他们的 PayPal 帐户并手动退还他们收到的付款时,次要接收者似乎不会自动退还他们的 10%。
例如:
我希望这样,如果主要接收方发出退款,次要接收方会自动退还他们的部分付款。
通过阅读 Refund API ( https://developer.paypal.com/docs/classic/api/adaptive-payments/Refund_API_Operation/) 的文档,我认为这是默认行为,无论退款是通过 API 调用还是通过 PayPal 帐户界面手动启动。
我是不是搞错了,还是只是沙盒环境的一个错误?
清除此问题会很有用,因为找不到任何关于此事的现有线程。
更新
PayPal 技术支持告诉我以下内容:
Thank you for contacting Merchant Technical Services. From my understanding you would like to have when a primary receiver perform a refund, the secondary receiver will automatically issued a refund. If you would like all the receiver to refund the amount, you have to pass the paykey. May I know how the payment was made? If it is using Pay API operation, you have to use Refund API in order to refund the transaction. The refund can't be done by using PayPal account.
最佳答案
在退款API中使用原交易的payKey,即可解决您的问题。如果您希望部分退还金额,请在“receiverList”字段中指定要从主要和次要收款人中扣除的金额。更多请引用:https://developer.paypal.com/docs/classic/api/adaptive-payments/Refund_API_Operation/#table-3-additional-fields-for-refunds-of-specific-amounts-to-specific-receivers
关于paypal - 主要收款人从他们的 PayPal 账户中退回链式付款;会发生什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30495762/
以下代码使用堆: char* getResult(int length) { char* result = new char[length]; // Fill result...
目前我们正在使用 Mandrill 发送电子邮件,每当 Mandrill 检测到退回邮件时,我们都会获得原始 header 以及退回邮件或发送电子邮件的子帐户。 在 Amazon SES 中,我们通过
我遇到了 nopCommerce 中特定客户要求带来的问题。 我有一个页面 - 比方说 page1 - 它显示了一个 block 图像,然后你必须点击它才能到达页面的主要部分(无论我多么努力劝阻他们不
大多数移动浏览器都有默认行为,允许用户在到达页面顶部或底部时继续滚动,并在页面顶部或底部留出空白。然后整个页面将弹回以填充空白区域。在原生的 iOS 应用中,我们可以很方便地为这些顶部和底部区域设置图
我有一个触发 lambda 方法的 api 网关。我试图到达终点,但返回了 500,InternalServerErrorException。但是,lambda 从未被调用。 登录aws控制台时,我在
我是一名优秀的程序员,十分优秀!