Outgoing payments with Paypal ipn and pdt - paypal

Is it possible to get outgoing payments and any outgoing transactions via ipn service?
I enabled ipn and i am receiving only ingoing payments from customers.
Thank you

There is no IPN for outgoing payments, but PayPal will send an email notification for outgoing payments. IPN for only incoming payments. For outgoing payments, you will need to rely on PayPal account reports and email notifications.

Related

PayPal IPN does not work for outgoing transactions (send money)

I have a business account (BA) with IPN configured. There are two cases:
Incoming transaction from anyone to BA, IPN works successfully
Outgoing transaction from BA to anyone, IPN does not work
I would like to configure IPN for the 2nd case, is it possible?
I need know in real time (on the fly) all transactions data sent to some endpoint to our server.
Instant Payment Notification (IPN) notifies of payments received.
The service does not notify of payments sent.

PayPal Notification on Payment Sent

All documentation I can find for PayPal development is focused on capturing payments from a customer. Even IPN and Webhook events are all about taking action when payments are received.
I operate a small press and my primary use of PayPal is to send payments to authors. I need to take certain actions when payment is sent from my PayPal account to many different recipients.
Using any PayPal API, how do I programmatically retrieve a list of recent payments I have sent? Alternatively, how can I receive a webhook notification when I send a payment through PayPal instead of when I receive one?
The TransactionSearch API would allow you to pull transactions based on different types. It uses the Classic API, though, not REST.
IPN would send notifications when any transaction hits in your account, including payments you send from it via send_money, masspay, or the Pay API.

Paypal Adaptive - 3 way paments (without taking the user to Paypal site)

We would like to configure our shopping carts to leverage Paypal Adaptive - 3 way payments.
However we do not want the user to be redirected to the Paypal site to approve the payment.
Are there any options to leverage (Paypal Adaptive - 3 way payments) in a seamless manner?
Reference Paypal documentation (page 71):
https://www.paypalobjects.com/webstatic/en_US/developer/docs/pdf/pp_adaptivepayments.pdf
"Making a Chained Payment (XML)
A chained payment is when a sender sends a payment to a PayPal-registered receiver who is
the primary receiver.
You send a PayRequest, enabling the primary receiver.
You receive a response with a pay key.
You must redirect the sender’s browser to PayPal to approve the payment."
Unfortunately, there isn't a way to bypass the redirect to PayPal for the sender to approve a Chained Payment. You can use Preapprovals to bypass any redirect for subsequent payments but even with Preapprovals the sender would initially need to be sent to PayPal to approve the Preapproval Agreement.

Paypal adaptive payments fee

I'm using paypal api to accept and send payments. When accepting payments i can get payment fee amount from IPN message, but i can't get it for payments, which are send using adaptive payments api. Also i tried to request adaptive payments transaction details, but it does not contain fee amount either.
I found this topic Paypal Adaptive Payment IPN fees information and tried to specify IPN url in sandbox, but i didn't get any additional info about payment. Actually i didn't get any IPN message to that url.
Is it possible to get fee for adaptive payments?

Personal Paypal account - notification to do processing?

PayPal only sends IPN for accounts that are either premier or business. The merchant account that my client has is only a Personal PayPal account, and he has no intention to upgrade it.
Is there any way that PayPal can send notifications to my web application upon receiving payment, so that I may process the payments? Thanks in advance!