Automate Payment via Paypal (Sender is Business Account) [closed] - paypal

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I have integrated Paypal API in my application
$adaptivePaymentsService = new AdaptivePaymentsService(Yii::app()->params['PaypalConfig']);
The Paypal config has all the details of my business account.
i am searching for a code to do payment.. (but without approval of sender) as sender is the business account

Adaptive Payments is old and deprecated, so you cannot use that. No live App ID for Adaptive Payments will be provided.
The owner of the business account can request access to PayPal Payouts. Here is information on that: https://developer.paypal.com/docs/payouts/integrate/prerequisites/#get-access-to-paypal-payouts

Related

How to use SEPA in braintree without asking for paypal account? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I integrated Braintree local payment methods in my project. One of the method is SEPA.
While clicking on the SEPA payment button, Braintree gateway is redirecting me to the SEPA payment page. Where a user has to enter bank details. Here on this page, the page is also forcing the user to enter PayPal account details or create a PayPal account.
My requirement is to use SEPA without entering PayPal details or creating an account.
How to achieve this using Braintree. If not what is the solution for my requirement?

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 :

Paypal transaction fees deduct from each account equally - how? [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 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.

PayPal Direct API alternative for non-US merchants [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have a PayPal merchant account registered in Germany and it seems that the direct API is not available in my case:
When trying to use the Direct API (DoDirectPayment) I get the error: 10565 Merchant country unsupported.
It there any other mechanism / API that I can use to allow my customers to pay with credit card without leaving my web site ?
Thanks !
UPDATE:
I'm wondering though: Why was I able to create API credentials (username, password and signature) in my PayPal profile if I'm not able to use the API in Germany !? Really strange .. maybe someone could also clarify that ?
Yes, Paymill is such a service (and based in Germany).
The DoDirectPayment API is not avaiable in Germany at this time. As to your other question, you were able to create the API credentials because these would be needed for other API calls to which you would have access to. Such as Express Checkout, Reporting API, and etc.

Accepting paypal payments on a New Zealand Shopping Cart site [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am developing a site in New Zealand with a shopping cart. I am trying to find a good payment gateway. I tried paypal website payments standart but then realised that paypal does not offer this service in New Zealand, though i didn't see this info on their site and only found out when i was playing around in sandbox. My question is which payment gateways are available to developers in New Zealand. Does paypal offer something that i could use, where do i find info on paypal about which countries their services are offered in?
I would especially like to hear from developers in NZ about what you have used.
Thanks
Andrew
Ok my bad, it turns out that paypal does offer this service in New Zealand. Just when you are in the sandbox, don't try and create a buyer or user account automatically because then it does not give you all the country options. Instead create the test seller and buyer accounts manually because then you are given a complete set of countries.