简体   繁体   中英

How can i add the functionality in my web App So that my Application user can create their Paypal Account using API in Nodejs?

Actually in my application i want the functionality in which user can create their paypal's account on API calling or any SDk function invoking I want this implementation in node js I integrated the package

https://www.npmjs.com/package/paypal-adaptive

because it has a function of

paypalSdk.createAccount(payload, callback);

but error occurs besides this i dont know is it a perfect approach or not and please tell me Is it possible if my application can create paypal account using API from my App?

Adaptive Accounts and Adaptive Payments were deprecated years ago, and cannot be used.

In a regular PayPal Checkout flow, an account can always be created when making a payment, so it's unclear why your app needs something additional for this.

The closest thing to something for account creation would beseller onboarding with the partner referrals API. You must be an approved partner to use that integration.

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