使用PayPal快速结帐API来处理第三方付款?

问题描述:

我正在创建一个卖家可以出售他们的产品并直接从买家处收到付款给PayPal账户的小型市场。使用PayPal快速结帐API来处理第三方付款?

我以前一直在使用“网站付款标准”,但我希望切换到快速结帐API,以在每次有人购买东西时生成一次性付款标记,然后允许[email protected]发送直接付款给[email protected],无需使用我的PayPal账户。

是可能的吗?

我只在https://developer.paypal.com/docs/classic/api/merchant/SetExpressCheckout_API_Operation_NVP/的文档中找到一个名为“PAYMENTREQUEST_n_SELLERPAYPALACCOUNTID”的选项,但是将整个付款从买方发送给卖方没有任何金额的正确方式吗?

另外,如果我没有收到付款mysefl,我是否需要自己的“USER”和“PWD”每次生成一个API令牌?

认为您正在寻找Adaptive payments

Adaptive payments handles payments between a sender of a payment and one or more receivers of the payment. You are an application owner, such as a merchant that owns a website, the owner of a widget on a social networking site, the provider of a payment application on mobile phones, and so on. Your application is the caller of Adaptive Payments API operations.

所以,总的来说,如果你想充当API调用者,并祝贺买方和卖方之间的汇款方式,自适应支付是要走的路。

Steps to go live with Adaptive Payments