How to Allow Multiple Business Users to AutoGenerate a ClientID for Paypal Express Checkout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to integrate a Payment Gateway to my app, but I'm not sure what is the right keyword to search for.
I'm using NodeJS as Backend and Angular 7 as Frontend. What I want to do is to allow "Multiple Business Users" to link their Paypal Account (Client ID) to their credentials in my Application (so I might need Paypal oauth login for that).
The app I'm building is a very simple e-commerce website where Business User can only sell one type of product.
The logic is:
- Business User will create an account to my app
- They will be allowed to link their paypal account for selling a product and other transactions
- Then Normal user or customer will be able to purchase (This part is easy and already implemented via Paypal Express Checkout API)
- However I want each payment to go directly to the Business user Paypal Account (There could be multiple business users)
I know I need to generate a Client Id to make Paypal Payment to work by configuring it at Paypal Developer Dashboard but I want the client ID to be auto generated via API or REST API.
Again, I'm not sure what is the right keyword to search for when integrating this to my Angular 7 app with a node JS Backend.
So, I'll appreciate anyone that can point me to the right direction because I can't find any working sample out there also. Thank you in advance.

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Are there any restrictions to charge using only html, vanilla javascript and php with rest api? in REST APIs
- paypal angular sandbox, receiving not approved order ,when Capture even OnApprove is triggered in Sandbox Environment
- How to redirect user to paypal checkout form for card payment? in PayPal Payments Standard
- Payment not automatically being captured, funds not transferred in Sandbox Environment
- capture error in Sandbox Environment