Kim
Kim

Reputation: 49

Difference of Classic API and Rest API?

I'm starting a new project and it consists of paypal transactions. No credit cards to be used on the transaction just only paypal to paypal transaction. Any idea on what is the best API to use between the two and why? Thanks.

Upvotes: 0

Views: 128

Answers (2)

Zhao Samanta
Zhao Samanta

Reputation: 1095

You can start with Classic API. it's more robust and well developed. REST API does not support many variables/parameters that work in Classic API.

Upvotes: 0

yihui
yihui

Reputation: 236

You are able to accept payment from both PayPal account and credit card using classic API. But if your project contains mobile solution, I would recommend rest api since PayPal's mobile SDKs are using rest API.

Upvotes: 2

Related Questions