Paypal transaction fees deduct from each account equally - how? [closed] - paypal

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
I am using a Paypal adaptive payment method. I am selling products in a multi vendor store. Now the problem is all the transaction fee of the Paypal only deducts from my account (business account) and not from other sellers account. why is it that, why not deduct equal amount from each account?
Also is it possible to only deduct fees from others account and not from business account?

Take a look at the FEESPAYER parameter in the Pay request.

Related

Paypal: Sorry, we couldn't set up your subscription using the payment method you selected. Please try another payment method [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 2 years ago.
Improve this question
Sorry, we couldn't set up your subscription using the payment method you selected. Please try another payment method.
Dears i have this issue with all customers no paypal customers service available to answer me i am losing money and customers due this issue. PLEASE ANY ONE HELP.
Sorry, we couldn't set up your subscription using the payment method you selected. Please try another payment method.
i am sure no issue with banks accounts only from paypal side.
This is a decline message. If all payments are being declined, it may have something to do with your business type or other account settings, but only someone on PayPal's end would be able to look at your account and research these declines.
It is not an integration nor a programming problem for Stackoverflow.

ASK: How to get recurring test account on PayPal Payment Pro /PayFlow? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I have signup test account for PayPal Payment Pro/PayFlow (at this url https://manager.paypal.com). and now I want to test Recurring Billing Service on PayFlow, but it need to pay $99 for setup fee and another fee regarding monthly fee and transaction fee.
I just want to get this Recurring Billing Service for testing mode, without pay it first. how can i get this? or maybe enable this recurring feature without paying it?
how to get this service for testing only without pay it first?
Thanks in advanced.
In order to test the recurring billing there is no need to purchase it . Once you login to your manager account just click on the advertisement to sign up for the recurring billing and click on continue and that's it . Recurring should be added in the test mode .
You can check whether the recurring billing is added or not by clicking on the "Home" and then it should something like below :

issue about Paying with Walmart Debit VISA card to Paypal [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have integrated Paypal in my site. The background is using Paypal express checkout.
The problem I'm facing is that when I paying with Walmart Debit VISA card, the Paypal service response Success BUT the the money is not decreased in Walmart Debit VISA card and also my Paypal merchant account didn't get money. What's the issue here could be?
Are you calling DoExpressCheckoutPayment, and are you pointing to the Live API endpoint(s)?
(https://api-3t.paypal.com/nvp instead of https://api-3t.sandbox.paypal.com/nvp).
Since you mention "The PayPal service responds Success" I assume you're looking at ACK=Success. This is merely an acknowledgement that the API call was processed successfully; for the transaction state I'd recommend looking at PAYMENTSTATUS=Completed. This is returned in the DoExpressCheckoutPayment API response.

Paypal credit card payments [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
When a user clicks on the buy now button, the user is taken to a page, where the user chooses the payment option. Either to pay via paypal, or to create an account an pay with credit or debit card.
Questions:
Is it possible for people to pay with their cards, without being forced to create a paypal account?
If one chooses to pay via paypal, and there is no money in the paypal account, does paypal make the payment from the attached credit or debit card?
Thank you.
Answer to 1.
Yes, if they have a Google account (gmail most likely), they can use Google checkout.
Cor you could use a credit-card payment processor like Stripe, then you can accept credit-cards directly.
You could also use Bitcoin, which would eliminate the payment-processor-parasite from the foodchain - but Bitcoin isn't popular enough as only-solution, yet.

Paypal API for preapproved payments , is the merchant charged for pre-approved transactions? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I'm running an classified ads website and I'm charging a specific fee for each ad placed. As you may know paypal charges a specific percent for each transaction + a specific amount fee (e.g 2,9% + 0.30 cents)
. I have customers who place about 30 ads per month therefore I would like to integrate a schema that would cut the specific amount fee . Basically I'm looking to make "pre-approve" call every time after the client place an ad to make sure that he has the money to pay and at the end of the month to cancel all the scheduled pre-approved transactions and make a single payment request with the whole amount. The question that I have is : Will I be charged for the pre-approved transactions that I cancel ?
I can't answer for the specifics of PP, but I would try to not go about it that way. Instead have clients pay in advance for a number of ads, at a suitable discount reflecting the fact that you're not paying the PP tax every time.
it seems that paypal is charging a fee for pre-approval requests .