如何每次在authorize.net上获得定期订阅的响应[重复]

This question already has an answer here:

Hy.

I have implemented code to subscribe user and get result first time in authorize.net recurring billing. How can i get result each time when payment occurs. Because i have no access after subscription got placed. I read somthing about it which said response will be given on url you specified in Merchent account after each response.

Thanks

</div>

The method you mention above is a Silent Post. However a better solution is to use a Webhook. Webhooks are a modern replacement for silent post and offer a more secure and reliable method.