cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction Response for recurring payments

Hello,

 

I am working on recurring payments using authorize.net.

 

I was able to sucessfully create the subscription and received a reponse of OK.

 

I logged into the sandbox account and could see the subscription created succesfully.

 

Now I have a question, as when the next recurring payment, will be done, how the website will get the response of the transaction status?

developer2017
Member
2 REPLIES 2

If I understand correctly, you want the website to receive an update when the ARB is processed. If this is correct, you could either use the Silent Post URL setting in the merchant portal, the new A.net webhooks, or the Transaction API to get the status of a transaction.

hawc2k
Contributor
Contributor

Thanks for the reply.

 

Yes I have setup the Silent Post url from the account of sandbox authorize.net and i am getting the reponse also.

Now I have 2 questions further:

1. Can we set the silent post url when we send the request for subscription from application(asp.net)?

 

2. Minimum recurring cycle is of 7 days, but I cannot wait for 7 days to test my functionality.

So can I test for per day cycle in sandbox?