android - 使用 PayPal SDK 向 2 个收款人发送付款

标签 android paypal payment

我不熟悉在 Android 应用程序中使用 Paypal。出于我的项目的目的,用户必须向 2 个接收者发送付款,我现在确信 SDK 支持这一点。我查看了 API 文档,但没有找到任何可以设置收件人电子邮件的 setter 方法。

最佳答案

首先,您必须申请自适应付款。申请自适应支付后,您将获得所需的凭据。之后,您可以设置两个或多个接收器。
来自PayPal Documentation on the Developer site以下是有关自适应支付的信息:

Adaptive Payments has operations that enable the sending and receiving of payments involving two or more parties. Each Adaptive Payments API transaction includes a sender and one or more receivers of the payment. Each transaction also includes the application owner, called the "API Caller," who is an invisible third party that provides the transaction flow and is the entity that makes the API calls. In most scenarios, payment transactions are initiated by the buyer (in a send type of payment arrangement) or by the seller (in a pay type of payment arrangement).

您需要下载 Mobile Library SDK来自 GitHub。
这是 APPS 101 的链接它给出了申请自适应支付的说明。
Page 20 of the Android Mobile Payments Guide包含有关自适应支付的所有详细信息。
这是 How to Accept Payments on Android 的一般指南.

关于android - 使用 PayPal SDK 向 2 个收款人发送付款,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32819441/

相关文章:

android - Activity 返回转换 - 共享元素 - 被杀死的 Activity

android - MediaMetadataRetriever 替代品?

javascript - Windows Phone 8 上的 PhoneGap 和外部链接

ruby-on-rails - 使用 AJAX 解析对 SetExpressCheckout 数字商品的响应(集成 PayPal 数字商品以进行快速结账)?

paypal - 使用 barclaycard 付款 epdq 创建别名 - 未知订单/1/s/

android - 支付网关重定向在 Android 中如何工作?

android - AnimationDrawable 持续时间属性

Android:找出 Eclipse 中带有红色感叹号的错误

php - Paypal Payments Pro - 随机失败

node.js - 如何将 Blockchain.info 的接收付款 API 与 Node JS/Express 结合使用?