Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6151957
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T19:50:46+00:00 2026-05-23T19:50:46+00:00

I have a (hopefully) basic question on credit card processing, particularly using Authorize.Net. This

  • 0

I have a (hopefully) basic question on credit card processing, particularly using Authorize.Net. This is my first foray into credit card processing so I have been reading up on it quite a bit.

Let me describe what I am trying to do. I am in the process of building a POS application (WinForms) that receives all it’s data from my mvc3 based web service.

I want to include a credit card swipe & receipt printer with this solution. My thinking here is that I have the client app collect all relevant info (cc#, expiration date, name, etc) and call up to my webservice. Once I am in my webservice I would then call out to Authorize.Net, making a card present transaction.

Am I missing anything here? Is it ok to make card present transaction from a web server? Anything to watch out for? Should I be looking at AIM (Advanced Integration Method) instead?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T19:50:47+00:00Added an answer on May 23, 2026 at 7:50 pm

    Windows App <=> Your Web Service <=> Authorize.Net

    I’m not sure how you connect: Windows App <=> Your Web Service

    Your Web Service <=> Authorize.Net is not hard. I have done few projects using Authorize .Net Payment.

    1) You need HTTPS for your web service

    2) Inside your web service, post to “https://secure.authorize.net/gateway/transact.dll” along with parameters.

    3) Once approve, you will get TransactionCode. If fail, you will get error message.

    Edited:

    WebClient webClient = new WebClient();
    NameValueCollection nvc = new NameValueCollection();
    nvc.Add("x_login", loginId);
    nvc.Add("x_tran_key", transactionKey);      
    ...                  
    Byte[] data = webClient.UploadValues("http://developer.authorize.net/guides/SIM/Appendix_B/Appendix_B_Alphabetized_List_of_API_Fields.htm", nvc);
    

    Guide: Authorize.Net

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Rails newbie, thanks for help with this hopefully basic JSON type question.... I have
This is a (hopefully) really simple question - I have been told recently that
hopefully this is a basic question about make pattern rules: I want to use
This might be a pretty basic question, or peculiar to my set up (hopefully
Hopefully someone here might have an answer to my question. I have a basic
I have a question about sharing data between views, hopefully it's not too basic.
This could be a very basic question, but hopefully someone will be able to
This will hopefully be an easy one. I have an F# project (latest F#
Hopefully this is a really quick one ;) I have written a lexer /
Another easy one hopefully. Let's say I have a collection like this: List<DateTime> allDates;

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.