Web Forms :: Unable To Integrate With VoicePay Payment?
Sep 22, 2010
Following 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.
View 1 Replies
Similar Messages:
Dec 23, 2010
How to integrate payment gateway in asp.net.am new one for this section.
View 3 Replies
Feb 26, 2010
How to integrate ccnow payment gateway in asp.net? where can i get the activation key?
View 1 Replies
Nov 18, 2010
My 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?
View 2 Replies
Mar 14, 2011
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)
View 10 Replies
Apr 13, 2013
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 Replies
Jul 10, 2010
how to integrate the option to pay with credit cards on the website:
* Visa
* MasterCard
* AmericanExpress
* Diners
* Discover
* Cirrus
* Maestro
View 5 Replies
Aug 21, 2010
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#
View 1 Replies
Dec 16, 2010
We need to integrate creditcard/paypal payment process using paypal gateway in our asp.net web application.The process goes like this:User picks item in our Web site User fills out order info and goes to our payment option page User selects PayPal as payment User gets PayPal payment process in our site (without payment gatway redirection)nally we need to confirm to PayPal that we want to process this order and PayPal confirms to us that the order went through.
View 2 Replies
Feb 25, 2011
have developed a payment processing form where user fills the payment details and submit the button "Pay Now" what i want is to block the entire UI with the message "Processing Payment..." and with a slight delay right after payment processing stored procedure executes (in code behind) it should UNBLOCK the UI. Actually i was having multiple postbacks from user due to the slight delay ...I dont want to disable button. how to achieve this.
[Code]...
View 1 Replies
Feb 8, 2010
i 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.
View 1 Replies
Oct 8, 2010
I have a website which I want to use to collect payments from customers. An essay writing service is provided through the site.User's fill in a form and submit it. At the moment, when the form is submitted, it just fires an acknowledgement to the user that their order is being processed.I have used ASP.Net/C# for the web applicatioHow do I integrate paypal in the website so that user's can make paymen
View 1 Replies
May 29, 2010
what is the best and cheapest way to add Payment online in my website using c# asp.net 2008.s it possible to make the user not to leave my web site, so I make sure transaction approval has been captured and saved in the database for future references.
View 1 Replies
Mar 31, 2010
i 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 Replies
Feb 24, 2010
I develop a project for this project , i want to payment gateway code .
View 1 Replies
Apr 21, 2010
have situation like I have a two web sites maintaining separately, the user register in website1 and order something. I need to process this payment through second website.(Note: both the website are in different servers and maintained separately.)What is the best approach we can follow here?Can we use web services concept here? (like writing a webservice in website 2 and calling it from website1)
View 1 Replies
Mar 8, 2010
all the steps for applying payment gateway in my Application
View 3 Replies
Apr 15, 2010
I have a fuctioning webform where users can sign-up for a monthly reoccurring meeting. However I want to change the payment amount based on the date the individual signs up.
For instance the meeting is the 2nd wednesday of the month, if user signs up 7 days or greater they pay $10. If they sign up less than 7 days till the meeting they by $20 dollars. If user signs up 2 days before meeting they receive a message informing them registration is closed.
Is this possible with aspnet? If so how is it done, if not what options do I have?
View 4 Replies
May 4, 2010
In some sites specially online shops, users can pay from thier bank account or cridit card.how can we implement online payment. what is the proccess of online payment? is there any API or Dll for this.
View 4 Replies
Feb 23, 2011
I have developed an application using Visual Studio 2008. I have a hirerchical gridview and on every row i have a "Payment" button which actually inserts a payment entry in database. Here is the sample screen of that gridview so u have an idea what i am doing. Problem is that whenever user pressed the button of "PAYMENT" it is inserting multiple records in database..it should only fire once and i am failed to understand why its firing multiple times. Refer this link for my payment screen: [URL]
[Code]....
My code behind--------------------
[Code]....
View 3 Replies
Apr 13, 2010
i my project i used sand box account for online transfer, to get the ipn value for the verification of the payment,
i used the following codes for sending request, and getting responce,the value i'm getting is alwaya
[code]....
the value in the above buffer is always Invalied.
View 1 Replies
May 6, 2010
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?
View 1 Replies
Apr 18, 2010
I would like to create a subscription based website with users getting charged every month. I know I have to create an account with paypal or authorize.net. Do these payment providers automatically bill the user every month? How would I take care of offering the service free for 30 days and start billing after that?
Also, I've heard of middle men services like spreedly, chargify. Where do they fit into the equation? Can someone help me wrap my head around these concepts?
Considering, I am based in the U.S but would like to have the payment provider accept any kind of currency.
View 1 Replies
May 17, 2010
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 Replies
Jul 6, 2010
i'm trying to integrate Paypal in an asp.net app. It works fine, the last thing i would like to do is to automize payment notify.
In particular, how does it works IPN ? I would like to set a field to 1 when a user buy a service... How can i do with ipn ?
I'm asking here to avoid to read all 120 pages of paypal IPN documentation... ;)
View 1 Replies