cancel
Showing results for 
Search instead for 
Did you mean: 

SIM Integration in client side

Hello,

 

i m using asp.net MVC and windows azure.

now i want to integrate online payment gateway  so i use authorized.net SIM

as per sample code provided by authorized.net its working properly.

but i want everything in client side in MVC view level.

call this URL  "  https://test.authorize.net/gateway/transact.dll  " from view and get response also in view.

i want to display only message that transaction is success or failure.

i dont want to save any data so i want everything in client side.

so please tell me how to call URL and get response from there in View only without any server side process

so please help me.

2 REPLIES 2

Hi chetanthummar86,
It doesn't look like anyone has responded yet, but someone still may have feedback on your question. We recommend subscribing to this topic so that you'll be alerted via email if anyone else from the community is able to respond with any comments. To subscribe, click Topic Options at the top of this thread and then select Subscribe. You'll then receive an email once anyone replies to your post.
Thanks,
David

Authorize.Net 

David
Administrator Administrator
Administrator

I'm guessing the reason nobody has responded is most of us aren't using ASP.