2

The REST API only supports transactions from a stored credit card in Vault to a business PayPal account,

What we need is P2P, we need a way to perform transaction between a sender (a stored credit card in a Vault) to receivers (other PayPal accounts),

Just like what the Adaptive Payments API,

Is there a way to achieve that? if not are there any workarounds?

Thanks.

4

1 回答 1

1

如果您指的是 REST API 中的 Vault 操作,那么很遗憾,不,不能在 Adaptive Payment 中使用存储的信用卡信息。这两种操作来自不同的 API 系列(REST API 和自适应支付 API),因此它们不兼容。

然而,在 Adaptive Payment 中,有 Preapproval 操作,允许存储付款人的支付信息以用于将来的支付(类似于 Vault/Reference Transaction/Tokenization)。信用卡付款可以通过客人结帐功能(https://developer.paypal.com/docs/classic/adaptive-payments/integration-guide/APIntro/#guest-payments)完成,但如果我没记错的话,会有限制.

于 2017-04-13T06:08:53.987 回答