C# - How To Integrate Ccnow Payment Gateway
Feb 26, 2010How to integrate ccnow payment gateway in asp.net? where can i get the activation key?
View 1 RepliesHow to integrate ccnow payment gateway in asp.net? where can i get the activation key?
View 1 RepliesHow to integrate payment gateway in asp.net.am new one for this section.
View 3 RepliesMy site currently uses the asp.net membership functionality to allow uses into the members only area of my site. At the moment it is free.
I want to start charging for access. Can someone point me in the right direction to integrate a payment gateway with membership?
I am developing a website for a supplement company .I want to develope a transaction scenerio from all the banks so that a user can do online shopping from net banking or credit card.
View 1 Repliesi want to use payment gateway in my asp.net site.so i want to know the difference between WEB payment gateway and WAP payment gateway.
Both are same or we have to buy them differently.....
i want the difference because i will also create wap site to run on mobile.
I need to know how to implement a payment gateway in ASP.NET for my billing based project.
Is there one gateway enough to access all the bank account?
In my site I need to access the payment gateway. i tried many ways. I used Paypal to create a direct payment account but exception is thrown. Is there any other way to implement the payment gateway. I tried many links posted in this forums but had no good result.
View 10 RepliesI am beginner in ASP .NET world. RBS WorldPay Payment Gateway Integration in ASP.NET?
View 3 Replieshave to integrate my project with paypal .in paypal payment gateway which option we have to choose (express checkout or standard check out)y Requirement is after user purchasing the goods he will be redirected to the paypal website at that time his payment status is not confirmed (either it is pending or processing in our database)once the payment has done by the user it has to automatically updated in the database
View 6 Repliesi want to put secure payment gateway for website.
View 3 Repliesi have to implement for online payment getting for donation for a social community
View 1 Repliesi like to create new skipjack payment gateway using asp.net 2.0 like [URL]. what are the procedure should i follow to implement this. Is there any other sample for this site?.Any Sample code for API Integration in C#.Send ASAP.I
View 2 RepliesI develop a project for this project , i want to payment gateway code .
View 1 RepliesI have a product (web application) in asp.net. We have different clients(Say A,B,C...) in the site. There are Users associated with each client who can make donations to the respective client through online. (By credit card, Online transfer etc)Now I want to implement Payment gateway to accept the donations and put it into client's account.
View 1 RepliesIm developing an e-commerce website for someone, i just needed information on whats the best payment gateway method using ASP.NET 2.0?
The second question is an important one, becuase its e-commerce and need to implement a payment control on the website for users to pay by there credit or debit cards, what i wanted to ask is that the site will need https. I have looked on EUKHost a web host and they charge for windows copper server for £39.99, but with https its £89.99. now my client is asking me what i should do becuase he thinks its expensive and needs to look at his budget. So i just wanted to ask HTTPS or without HTTPS?
I would advise him with HTTPS because if a user wants to buy an item and finds out that there is no secure payment on the site then it might push away users from buying items on the site.
I would be grateful if you could give your feedback.
We need to implement CCAvenue payment gateway option. How can I do this using ASP.net/C#?
View 2 Repliesintegrate payment gateway in my webapplication. I don't have any idea on that.I want to get the payment through debit card, credit card, internet banking too..
View 3 Repliesall the steps for applying payment gateway in my Application
View 3 RepliesAnd i want to integrate that sms gateway in in asp.net web form
View 1 RepliesI am facing problem in MIGS(Mastercard Internet Gateway Service) 3rd party Integration in ASP.NET.
View 1 RepliesFollowing below is code to integrate with voice pay
<form action="https://secure.voice-pay.com/gateway/remote" method="post">
<input type="hidden" name="auth_id" value="" /> // our ID
<input type="hidden" name="auth_pass" value="" /> // our Password
<input type="hidden" name="card_num" value="4000000000000002" />
<input type="hidden" name="card_cvv" value="123" />
<input type="hidden" name="card_expiry" value="0112" />
<input type="hidden" name="cust_name" value="Testing" />
<input type="hidden" name="cust_address" value="sss" />
<input type="hidden" name="cust_country" value="GB" />
<input type="hidden" name="cust_ip" value="123.45.67.89" />
<input type="hidden" name="cust_email" value="test@test.com" />
<input type="hidden" name="tran_ref" value="1" />
<input type="hidden" name="tran_amount" value="9.99" />
<input type="hidden" name="tran_currency" value="GBP" />
<input type="hidden" name="tran_testmode" value="1" />
<input type="hidden" name="tran_type" value="Sale" />
<input type="hidden" name="tran_class" value="MoTo" />
<input type="submit" value="Buy Now" />
</form>
This page is hosted at Secure server(HTTPS) and our secure server's IP address is added in our voice pay account's whitelist.
I got response: V|99E4C999018|000|V226|Invalid request
now support people said that:
" This request came from IP address 123.45.67.89 - which is not in your list of allowed IP addresses.
This is your browser IP address, not the server IP address.
The request is being submitted by the users browser, rather than being sent from the server. "
According to them, The request must come from a server, where as i have not written code for sending request from browser not from the server.
In my project there is a requirement to integrate credit card payment in my site.
I am new to this process.
how to integrate the creditcard payment in my site.
(What are all Requirements to integrate the credit card payment)
how to integrate the option to pay with credit cards on the website:
* Visa
* MasterCard
* AmericanExpress
* Diners
* Discover
* Cirrus
* Maestro
Im developing a website in asp.net where i want to connect the Payment gateway(rbs worldpay) as instructed im connecting to the payment gateway...the problem is, there im using some html button to connect the gate way as per the instructions the input button should be in form tag .in masterpage inherited aspx page we dont have any form tag the button is working properly when i placed that html code in content placeholder 1 but the button is displayed above the page......if i place that code in content place holder 2 the button is not working...........
im placing the code
[code]....
I have got a new assignment for developping an e-commerce website. I need to accept online payment via all the common cards (Visa, MasterCard, etc). But am confuded about how I should implement it. I want to add direct payment with credit card to the website without passing by paypal.
P.S.: The website is targeted for UK customers only. Technology:ASP.NET, C#