Hi Friends
I've a webapplication were, SIM method and ARB being implemented. In SIM am using x_relay_url parameter to pass the relay URL to which the POST response from Authorize is being receiving. That is not hardcoded in Merchant Account. And it is working as I expected. Its posting the responses without any issues.
But my question is when I try to implement ARB. Since ARB is not processing the Payment immediately on creating a subscription, I need the response from Authorize when they process each payment. So I found Silent URL will help me for that. So my question is if I hardcode a silent URL in Merchant Account, does my SIM post response also do send a copy of Response to that hardcoded Silent URL along with the Relay URL I submitted via code?
Also when a Subscription Processes the Payment does that send POST responses to my Relay URL too?
Requesting your kind attention.. Am facing a deadline
Thanks in Advance
Sandeep Thomas
Solved! Go to Solution.
01-29-2013 07:34 PM
does my SIM post response also do send a copy of Response to that hardcoded Silent URL along with the Relay URL I submitted via code?
Yes, the SIM would get a Silent Post and Relay Response.
Also when a Subscription Processes the Payment does that send POST responses to my Relay URL too?
No.
01-30-2013 04:22 AM
The SIM will post to the relay response for the customer. And the silient URL will also get call with the info.
Think of it this way. Relay response would display on a web browser. Silent do not.
Also subscription POST only posts to Silent URL only, not to Relay URL if hardcoded there.. isnt it?
Correct.
01-30-2013 07:01 AM
does my SIM post response also do send a copy of Response to that hardcoded Silent URL along with the Relay URL I submitted via code?
Yes, the SIM would get a Silent Post and Relay Response.
Also when a Subscription Processes the Payment does that send POST responses to my Relay URL too?
No.
01-30-2013 04:22 AM
Sorry.. little clarification..
When a SIM transaction finishes the POST reponse from Authorize will posts to both the Silent URL (Silent URL I cant create from Code, isnt it) along with the Relay URL I mentioned in x_relay_url in code. Isnt it?
Also subscription POST only posts to Silent URL only, not to Relay URL if hardcoded there.. isnt it?
Special thanks for your support boss
01-30-2013 06:36 AM
The SIM will post to the relay response for the customer. And the silient URL will also get call with the info.
Think of it this way. Relay response would display on a web browser. Silent do not.
Also subscription POST only posts to Silent URL only, not to Relay URL if hardcoded there.. isnt it?
Correct.
01-30-2013 07:01 AM