Click here to Skip to main content
15,890,506 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionasp.net c# Pin
vishal415-Mar-13 20:11
vishal415-Mar-13 20:11 
AnswerRe: asp.net c# Pin
Sandeep Mewara15-Mar-13 20:23
mveSandeep Mewara15-Mar-13 20:23 
AnswerRe: asp.net c# Pin
Thomas Daniels17-Mar-13 4:54
mentorThomas Daniels17-Mar-13 4:54 
QuestionPropay Payment Integration Pin
amolnarkhede14-Mar-13 21:15
amolnarkhede14-Mar-13 21:15 
AnswerRe: Propay Payment Integration Pin
Richard MacCutchan14-Mar-13 23:11
mveRichard MacCutchan14-Mar-13 23:11 
GeneralRe: Propay Payment Integration Pin
amolnarkhede15-Mar-13 6:36
amolnarkhede15-Mar-13 6:36 
GeneralRe: Propay Payment Integration Pin
Richard MacCutchan15-Mar-13 6:58
mveRichard MacCutchan15-Mar-13 6:58 
AnswerRe: Propay Payment Integration Pin
jkirkerx18-Mar-13 7:36
professionaljkirkerx18-Mar-13 7:36 
I looked at the Pro Pay Website, and they have an XML based payment gateway that you can code to. You have to contact support to get the API, for you to begin.

Make sure you read the API, some API's do FirstName, LastName, and others do FirstName, MiddleInitial, LastName so pay attention.

Start with the standard Credit Card API, minimum data required to process, and then step up to the AVS version, in which you need the billing and shipping address for a full process.

Once you get the API, then you will have to write several modules
1. Package
2. Request
3. Transmit
4. Response
5. Parse Response into usable results

ResponseCode is Usually

1 - Approved
2 - Declined
3 - Error


http://www.propay.com/propay-support/frequently-asked-questions/ecommerce/[^]
QuestionWSAT tool with IIS 7 Pin
vanikanc14-Mar-13 3:06
vanikanc14-Mar-13 3:06 
AnswerRe: WSAT tool with IIS 7 Pin
jkirkerx14-Mar-13 12:43
professionaljkirkerx14-Mar-13 12:43 
GeneralRe: WSAT tool with IIS 7 Pin
vanikanc15-Mar-13 7:48
vanikanc15-Mar-13 7:48 
GeneralRe: WSAT tool with IIS 7 Pin
jkirkerx18-Mar-13 7:24
professionaljkirkerx18-Mar-13 7:24 
QuestionAbsolute Timeout in windows Authentication Pin
Ballita13-Mar-13 7:59
Ballita13-Mar-13 7:59 
AnswerRe: Absolute Timeout in windows Authentication Pin
dusty_dex13-Mar-13 10:44
dusty_dex13-Mar-13 10:44 
QuestionUsing microsoft AntiXss cross site script encoder to encode standard input controls on an ASP .NET page Pin
Steve Holdorf13-Mar-13 6:48
Steve Holdorf13-Mar-13 6:48 
QuestionOffice Conversion Advice Pin
mat4112-Mar-13 15:01
mat4112-Mar-13 15:01 
QuestionBat File which will list of URL LINks which are not working out of 100 URLs Pin
Nishant kumar electronics12-Mar-13 8:20
Nishant kumar electronics12-Mar-13 8:20 
AnswerRe: Bat File which will list of URL LINks which are not working out of 100 URLs Pin
R. Giskard Reventlov12-Mar-13 8:50
R. Giskard Reventlov12-Mar-13 8:50 
GeneralRe: Bat File which will list of URL LINks which are not working out of 100 URLs Pin
Nishant kumar electronics12-Mar-13 23:13
Nishant kumar electronics12-Mar-13 23:13 
GeneralRe: Bat File which will list of URL LINks which are not working out of 100 URLs Pin
Richard MacCutchan13-Mar-13 1:02
mveRichard MacCutchan13-Mar-13 1:02 
QuestionASP.NET MVC - Can't seem to get Html.ActionLink to route to Webform page Pin
David Mujica12-Mar-13 5:19
David Mujica12-Mar-13 5:19 
AnswerRe: ASP.NET MVC - Can't seem to get Html.ActionLink to route to Webform page Pin
Keith Barrow15-Mar-13 4:36
professionalKeith Barrow15-Mar-13 4:36 
GeneralRe: ASP.NET MVC - Can't seem to get Html.ActionLink to route to Webform page Pin
RJOberg15-Mar-13 5:47
professionalRJOberg15-Mar-13 5:47 
AnswerRe: ASP.NET MVC - Can't seem to get Html.ActionLink to route to Webform page Pin
User 483504715-Mar-13 5:45
User 483504715-Mar-13 5:45 
GeneralThanks to all Pin
David Mujica18-Mar-13 4:17
David Mujica18-Mar-13 4:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.