I've got a question on Paypal's IPN. After creating subscription profile (recurring payment profile), the confirmation of type 'recurring_payment_profile_created' is received on IPN. After proceeding payment, the confirmation of type 'recurring_payment' is received on IPN. The question is how should I identify that the payment (recurring_payment) belongs to the unique(specific) profile.

Thanks.

link|improve this question

80% accept rate
feedback

1 Answer

up vote 0 down vote accepted

recurring_payment_id. This will be a recurring payment profile ID in the form of I-xxxxxxxx. This should be included in all recurring payment IPN posts.

link|improve this answer
Thanks McGeek! It`s very help for me! – Tsybulsky Serg Oct 12 '11 at 15:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.