Saurabh
Saurabh

Reputation: 261

Webhooks plus recurring payments

Do the web-hook events catch the payments done through the recurring payment setup ?

Will the 'Payment sale completed' event be fired when a recurring payment is successfully completed at the start of a month ?

Upvotes: 1

Views: 631

Answers (1)

Pavel Kenarov
Pavel Kenarov

Reputation: 964

PayPal will inform you only in two cases - when create a recurring payment and when the user canceled this recurring. Recurring transactions will occur as you set in the parameters with which you create this recurring profile.

I recommended use a paypal express checkout and method CreateRecurringPaymentsProfile. In this case the recurring payment is created fast and paypal return the result immediately. Other way is to post parameters with standard html form, and check IPN result

Upvotes: 2

Related Questions