cancel
Showing results for 
Search instead for 
Did you mean: 

How do i got the future payments for subscription in C#

I am trying to implement authorize.net for my site with:
 
- checkout 
- subscription
 
through bank account ,I create the subscription successfully ,but need to know ,How can i be notified for next month subscription payment for both Merchant and payer.
 
Do i need to mention any return URL /call web-hook to notify ????
 
Kindly let me know asap.
asna
Member
2 REPLIES 2

Hello @asna

 

We currently offer two ways of monitoring your transactions.

 

  1. You can specify a “Silent Post” url in your account settings page. If set, we'll post all ARB transactions to this url using the response format of our SIM integrations.  See http://www.authorize.net/content/dam/authorize/documents/SIM_guide.pdf

 

  1. You can use our reporting API calls to check your account for transactions at any time. This is often done once every 24 hours for reconciliation.

http://developer.authorize.net/api/reference/#transaction-reporting-get-settled-batch-list

 

Richard

RichardH
Administrator Administrator
Administrator

Ok,

 

1 ) Can you please mention the reponse or data received on the Url mentioned for Silent Poet URL  

2 ) I got this on some post to be used as silent post url 

 

http://www.silentposturl.com/action/email/index.php?
myemailafddress@abc.com

 

3 ) Any Sample for refernece