简体   繁体   中英

PayPal integration in JavaScript app

I m developing a Cordova application (mobile and web). I need to integrate a payment service like PayPal, for in-app micropayment purchases.

I noticed two services on the PayPal's website: Braintree and Express Checkout. Actually I cannot use the Braintree service (braintreepayments.com) because I need to receive money exclusively on my PayPal account, no matter the customer pays using PayPal or direct credit card.

So, I think the best way to go is Express Checkout. I saw this link and it seems that two methods are available: vzero and REST calls.

I think vzero would be better because of their mobile compatibility, but when I try to search informations about vzero, I m always getting informations about Braintree.

So I ma bit confused between vzero, Express Checkout, PayPal and Braintree and I don't know what to use to fit my needs.

Any help ? Thanks

The v.zero implementation on PayPal's site is a PayPal specific version of braintree. It allows you to, in the future, transition to Braintree for DCC, Venmo, Apple Pay, Bitcoin, etc, but allows you to use just PayPal for now. With that implementation, you will have braintree functionality using only PayPal without having to have a braintree dashboard.

v.zero using PayPal would help with your mobile functionality, for sure, but you have more range of current options with the NVP/SOAP or REST versions of Express Checkout.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM