How do I connect an autoresponder to Paypal for recurring subscription payments?

I want to create a website with a fixed membership term (12 months) that broadcasts payout information to members every day via an autoresponder. I want to use Paypal as a payment gateway. Does anyone know how I trigger first month content delivery after receiving payment and canceled delivery when canceled?

I know how to set up an autoresponder and I know how to set up a subscription in Paypal. I'm just not sure how to get them to communicate.

0


a source to share


1 answer


You put the URL that you want PayPal to call your PayPal profile, and every time something happens, like a payment or unsubscribe, PayPal sends an HTTP request to your URL.



Your task is to parse the sending of information in the request and take appropriate action. They send a lot of information with things like subscription, payment amount, etc. Etc.

0


a source







All Articles