Raheel Hasan
Raheel Hasan

Reputation: 6023

Paypal Payment Standard via Paypal Rest API

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.

Upvotes: 1

Views: 442

Answers (1)

Machavity
Machavity

Reputation: 31624

REST does not encompass all Classic API features. It's mainly for mobile development (although not exclusive to that), using OAuth, which is more familiar to mobile developers. Payments Standard is not an API product at all but it can be used in conjunction with API calls to a limited extent. Classic API has the Button Manager that lets you set up custom encrypted buttons that can start a Payments Standard payment.

REST does support direct payments and supports almost everything Classic does in that regard.

Upvotes: 1

Related Questions