I am doing a project creating a marketplace platform between sellers and buyers. Now Im trying to integrate a payment method for buyers to pay to the sellers and PayPal Multiparty come up. For my understanding, each sellers will onboard their PayPal account with my platform, so I can have their PayPal information to transfer the money to them. Then I create a PayPal payment gateway so that whenever a buyer buys a product, they will sign in with their PayPal account and transfer the money. But that is all I understand, I dont know if the buyers will send the money to my platform and then I send to the sellers, or the buyers will send directly to the sellers, and how to implement it?? Can someone give me an explaination and guidance. It will be very helpful for me (and I just want to integrate on the sandbox level) This is the document of PayPal Multiparty: https://developer.paypal.com/docs/multiparty/
How to intergrate PayPal Multiparty for a marketplace platform with Onboarding seller, ....?
109 Views Asked by littleflu At
1
There are 1 best solutions below
Related Questions in PAYPAL
- PayPal v2 invoicing API "INVALID_REQUEST" from incorrect amount fields
- laravel paypal ssl eror, package used srmklive / laravel-paypal
- When a PayPal subscription payment is successful, why do I see two transactions? One is $0, and the other one is a regular payment
- Wrong payment currency with Paypal in WooCommerce
- Storing completed payment information from the new 'Pay link or button' PayPal integration
- Can The HTML for the Pay Link Be Updated?
- Locating Existing APP ID for Adaptive Payments in PayPal Business Account
- How to Store PayPal Subscription ID in MongoDB After Payment?
- PayPal login integration refresh_token
- Title: Dynamically Adding Total Amount to PayPal Payment Button from Booking Webpage
- How can I send money to someone else's bank account linked to Paypal using Paypal API?
- PayPal Express Checkout - get PII / billing information from the PayPal account on payment
- Credit card fields showing under PayPal Express Checkout
- Error using PayPal subscription with Multiple Subscription buttons
- Simple Paypal button integration results in 404 error
Related Questions in INTEGRATION
- DocuSign integrated login fails when MFA is enabled
- Shiprocket API - test environment, test shipment
- Write rows on destination even when an error occurs?
- Solid JS library that can use OAuth2 to gather information from external Accounts
- How to connect React.js forms with the properties of a C# model
- Integrate Zoho phonebridge into my pbx system?
- Terracotta-server-not-starting-after-restart-activity
- How to check Slack App added in private slack channel
- Installation process of wso2 Enterprise integrator
- Revolut checkout widget error "Transaction failed. Please contact the merchant to resolve this problem"
- Use Crystal report in an integration flow in SAP CPI
- Okta as Identity broker for several External IDPs
- Monte Carlo Example using Accept Reject Method
- Version compatibility isue of typing entension persist
- Flowgear local mysql server connectivity problem using droppoint
Related Questions in PAYMENT-GATEWAY
- Issue in payment form gateway
- how to integrate cashfree payment gateway in ruby on rails project
- i am geting value error while get cust id value from passing query in link which is in checkout file . I am using razorpay payment-gateway
- How to send Stripe session checkout parameters in subscription mode
- How can I change amount of payment-plan in flutterwave payment gateway?
- This operation is not allowed. Please contact Razorpay support for details. getting in transfers API (Live Mode)
- I'm encountering Error: [TypeError: Order.findOneAndUpdate is not a function] while updating the status [NextJS 14]
- I need help integrating Flutterwave into my React and express Node Application
- Can't get Woocommerce Payment Gateway Fees to be added upon checkout
- Inconsistency when trying to calculate the cost of proration in stripe
- Square payment gateway in e-commerce site
- Integrating CoinGate Payment Gateway in PHP Project: Including Payment Fees in Total Amount
- TillPayments Woocommerce plugin - how to show all payment gateways on Customer Payment Page
- Linking a registered customer to a payment subscription in a third-party service
- How to Detect Payment Completion Automatically in Wallet App
Related Questions in MARKETPLACE
- How does a VS Code extension publisher know that its domain has been verified?
- Python scraper for facebook marketplace isn't working anymore
- How can we transfer ERC721 tokens through MetaMask and JavaScript?
- What is the best way to implement Django-Oscar Shipping Methods as model instances?
- Get all products with the same names to change their price in WooCommerce
- How to add seller in JA MarketPlace prestashop plugin to multiple products (SOLVED)
- Azure Marketplace Landing Page throws exception when used with Visual Studio 2022 tunnelling
- How to resolve VSIX packages of type 'Microsoft.VisualStudio.ProjectTemplate' cannot include .pkgdef files
- How to intergrate PayPal Multiparty for a marketplace platform with Onboarding seller, ....?
- How to implement escrow like feature like zomato or amazon marketplace
- Eclipse marketplace and install new software option missing in my eclispe
- vscode error while fetching extensions XHR failed
- How to display seller country on product thumbnail and single product page in Dokan multivendor plugin by weDevs
- In GCP MarketPlace Unable to make SSH connection to Marketplace "Deployment Preview" VM
- Hide add to cart from WCFM Marketplace vendors except admins in Woocommerce
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Multiparty transactions go directly from the payer to the seller. They are normal PayPal transactions in that sense, with some other features available as explained in the documentation.
The rest of your question (how to implement, etc) is too general. Follow the documentation and see what you come up with, but note that for live/production the API caller must be an approved PayPal partner.