Jump to content

Paypal API


Darnel

Recommended Posts

  • 5 weeks later...

You're going to need to look at PayPal IPN. But there is absolutely no way you'll be able to set up something that would automatically take money from someone's account. They will have to authorize it, so you'd need to send them an email or whatever letting them know that it's time to pay, then provide them a link to your website, in which they could initiate the PayPal IPN, log in and make the payment of whatever amount you've set as the amount they owe you.

 

Denno

Link to comment
https://forums.phpfreaks.com/topic/272957-paypal-api/#findComment-1411409
Share on other sites

PayPal does have billing agreements. You send the user to PayPal, they click the "I authorize this business to bill me any amount at any time" (basically) checkbox, and you get a billing agreement ID. Through a set of API calls you can bill to that ID without needing user intervention. Know that the user can void the agreement at any time.

 

Example: at my work we use it for recurring payments (eg, subscriptions).

Link to comment
https://forums.phpfreaks.com/topic/272957-paypal-api/#findComment-1411413
Share on other sites

PayPal does have billing agreements. You send the user to PayPal, they click the "I authorize this business to bill me any amount at any time" (basically) checkbox, and you get a billing agreement ID. Through a set of API calls you can bill to that ID without needing user intervention. Know that the user can void the agreement at any time.

 

Example: at my work we use it for recurring payments (eg, subscriptions).

 

I wasn't aware of this. However I guess eBay do it don't they..

Link to comment
https://forums.phpfreaks.com/topic/272957-paypal-api/#findComment-1411415
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.