Offer a discount to a user paying with venmo - paypal

We want to enable customers to get discounts through our website. I'm curious whether we can support a discount flow when a customer pays with venmo, specifically.
The situation: a customer comes with a $10 discount to our marketplace website. The $10 discount is paid for by the site, and not the merchant. The customer finds a merchant that they like, and the two agree upon a sticker price of $100. The customer should therefore pay $90, and the merchant should earn $100.
Is it possible to ensure that the customer pays $90, and the merchant earns $100?
No details on the venmo / paypal integration page whether it would be possible to send the merchant $10 separately
https://developer.paypal.com/docs/checkout/pay-with-venmo/

To send money to the merchant separately you would need to use a solution like Payouts or Hyperwallet.

Related

Can I use the PayPal API to transfer money from one PayPal account to another without paying a fee?

I'd like to find a cheaper (free) service to use to transfer money between my websites customers and Stripe's fees a very high.
I can't seem to get any clear answer from the PayPal website for developers or by talking with a customer service reps on the phone.
In my website, I want to transfer money (via API) from my customers account (PayPal) to my business account (PayPal), then at a later time, transfer money from my business account to another customer account (PayPal).
Can this be done NO transaction fee?
If no, what are the transaction fees for this, I'm a little confused by the fee site.
Is this is the correct page? - https://developer.paypal.com/docs/payouts/reference/fees/
Or do I look under the merchant fees and which link? - https://www.paypal.com/us/webapps/mpp/merchant-fees#paypal-payouts
I also see adaptive payments, but it says on the site that it isn't available for "new integrations". Does this mean I can start using it when I go live with my site?
https://developer.paypal.com/docs/archive/adaptive-payments/
API...without paying a fee
No, the usual processing fees apply to all API transactions.
The only PayPal transfers without a fee are in certain countries that have payments to "friends & family", which are not for business or commercial purposes and can be initiated only in paypal.com and sourced from the PayPal balance or local bank (sending money from a card always has a fee).
Regarding fee types, merchant fees apply to receiving payments to your account and payouts fees apply to sending money from your account (if you have the payouts service)

PayPal - preauthorized payments from credit card

PayPal has an option called Authorize and Capture detailed in their developer section. The information I'm missing is if its possible to charge A&C to a customer who does not have a PayPal account, only a credit/debit card accepted by PayPal.
An random example of what I'm trying to accomplish:
The customer wants to buy tap water. The customer knows I charge $1/gal for the tap water, but doesn't know how much he can fill up. PayPal pre-authorizes his account, blocking $100. The customer tap is then active and the customer fills up 20gal = $20. The end and value of the operation is finished and sent to PayPal API to charge the customer $20 of the withheld $100 and send then $20 to me.
This seems to be possible for customers with an account, but is it also possible for unregistered users?

Using Paypal MassPay in an eCommerce application (revenue shares, commissions)

I understand that Paypal's MassPay can be used to, as a business, quickly make payments to multiple people. I also understand that the business sending the mass payment is responsible for the transaction fees, and that the recipients of the payments are not charged any further fees.
I am curious if it's possible to utilize MassPay to account for revenue shares / commissions when a buyer purchases a product through an eCommerce application.
For instance: my application allows users to buy and sell products. My business keeps 20% of every sale, and the seller receives the remaining 80%.
A seller sells a product for $100 to a buyer through my application. My business should receive $20, and the seller should receive $80. The buyer completes the checkout / purchase process by making a $100 payment through Paypal. My application has MassPay configured in a way that will send $20 of that $100 to my business's Paypal account, and the other $80 of that 100$ to the seller's Paypal account.
Is such a thing even possible?
if the answer is yes…
How will this appear in the Paypal accounts (activity / transaction history) of the buyer, the seller, and my business?
What if the buyer has a problem with the product they purchased, and they open a dispute with Paypal? Will they have to open a dispute for one transaction ($100), or two ($80 and $20)?
Because the buyer is the person making this mass payment, will they be charged additional fees in some way? Will those fees need to be factored into their purchase cost during the checkout process?
Thanks in advance.
You can absolutely use masspay to send "contingent" payments like rev shares and commissions; in fact this is the product's most common usage. It was built for that.
You may also be able to use PayPal products like chained or parallel payments to create multi-link payment flows.
In most cases you want payments to flow along with responsibilities/agreements. For example if I buy something (e.g. a t-shirt) I don't want to make multiple payments to supply chain members; I want to buy the shirt from someone and pay them, and it is their responsibility to take it from there; they may then owe a commission to someone (or to 10 different parties, I don't care), or they may owe a supplier (or a bunch of them)... not my problem.
So I strongly urge you to decide what model you want: is someone buying a product from you, and you will pay a supplier? is someone buying a product from a seller, and the seller will owe you a commission for providing the customer through your marketplace? Then set up your payment flows accordingly.
In the former case (ecommerce store) masspay is an excellent fit: the customer pays you and then you masspay (on a per-transaction or aggregated basis) payments to your suppliers. The buyer only sees the payment they are party to, which is their payment to you. Any dispute is between you and your buyer.
In the latter case (marketplace) the customer pays the full (total including commission) price to your sellers. Then you don't need to push a payment to your sellers but rather to collect a payment from them, so you would likely use invoicing or a billing agreement to collect your commissions.

Paypal API - Can we transfer money to single account from multiple senders in a transaction?

Let us assume that some money is deposited to the admins account when a user signups . Now the same user when goes to buy a item he gets some kind of discount for ex:- the item he wants to buy costs $500 but he gets $100 discount so he has to pay only $400 . Now the remaining $100 will be diposited from admins account to the sellers account . so the seller gets $400 from buyer and $100 from admin in a single transaction .
Is it possible in Paypal ? Your ideas/suggestions would be helpful. Please do it.
Currently there is no single API call that would do what you are looking for. You could code it where you accept the payment and then make a 2nd payment out to the seller. You could even look into Chained Payment Adaptive Payments for part of it (You are the primary receiver and accept the payment and then chain most of that payment over to the secondary receiver).
You should be able to do this with PayPal adaptive payments, using parallel payment. It is the same as chained, except there is no primary leg. All the payment legs would have the same receiver, 6 is total number of receivers in the parallel case.
To reverse if either fails: reverseAllParallelPaymentsOnError to true
How do you intend to authorize the payment? If you are using the admins credentials to make API call this might work. Buyer explicitly approves payment, admin (since his credentials) implicitly approves payment.

I need 2 paypal accounts to be credited while making a single payment

I'm developing a B2C site where many shop enroll with the site and sell their products. The Site owner needs to get a 5% of the sales done through their site from the sellers. That is when a customer buys product for $100, $5 must be credited to the site owner's paypal account and 95$ must be credited to Seller's paypal account. Does paypal has this option already.
Yes, it's called chained payments. https://developer.paypal.com/webapps/developer/docs/classic/adaptive-payments/integration-guide/APIntro/#id091QF0I30YK