1

I am looking into implementing Paypal Standard Payment product. The basic reason being "offsite payment" (i.e. we dont want payments being captured at our own site, but on paypal's own payment page via redirection).

However, previously I used to get it done via (now called) Classic API.. I wounder if the new REST API supports this offsite / paypal redirect standard payment method? This is because there is no mention of these classic products names on the REST documents (instead, they are listed in Classic API section only)

Secondly, does Paypal Standard (even via REST) support Direct Card payments? or only Paypal Account payment?

Thanks.

4

1 回答 1

1

REST 不包含所有经典 API 功能。它主要用于移动开发(虽然不是专有的),使用移动开发人员更熟悉的 OAuth。Payments Standard 根本不是 API 产品,但它可以在有限的范围内与 API 调用结合使用。Classic API 具有按钮管理器,可让您设置可以启动 Payments Standard 支付的自定义加密按钮。

REST 确实支持直接支付,并且几乎支持 Classic 在这方面所做的一切。

于 2014-09-02T13:27:24.727 回答