Jump to content

Paypal ipn


isedeasy

Recommended Posts

  Quote
As far as I'm aware, IPN is only used for reporting on payments that you have received - I'm not sure there is even anything in their API offerings that allows you to send money, other than refunds, of course..

Not entirely true. IPN (Instant Payment Notification) is used with Paypal Standard Payments. It is used to make an HTTP request to a target once a payment has been made (whether successful or not). This is used lets say if you had an e-commerce store, when a user goes to Paypal to pay for an item a background request is sent to your web server indicating the status of the payment. This allows you to process the order within your own system, i.e. record in the database that a payment has been made, etc. This gets rid of the classic Paypal issue where a user must return to your website to process an order correctly.

 

In terms of making payments to other paypal accounts the IPN is not for this. However Paypal do have the Adaptive Payments API allowing you to make payments to various sources. You may want to check this out https://www.x.com/community/ppx/adaptive_payments

Or, you could simply contact your Paypal account manager and ask them.

Link to comment
https://forums.phpfreaks.com/topic/192265-paypal-ipn/#findComment-1013195
Share on other sites

The new style Paypal developer network is quite new so it could well be or as it states they have just opened it up to the community rather than just for bespoke systems like accounting software that needs the functionality to work with Paypal.

 

However, I fuckin hate Paypal. Their documents are tedious, the support for development kits is non-existent and they change stuff without making you aware so your whole system goes tits up.

Link to comment
https://forums.phpfreaks.com/topic/192265-paypal-ipn/#findComment-1013273
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.