Jump to content

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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.