0
votes
3answers
33 views
ASP.NET MVC Forms authentication and unauthenticated controller actions
I have a ASP.NET MVC site that is locked down using Forms Authentication. The web.config has
<authentication mode="Forms">
<forms defaultUrl="~/Account/LogOn" loginUrl="~/Account/LogOn" …
1
vote
2answers
71 views
Using post array from paypal
I am using paypal to process payments on my site. Paypal returns the post array like
[item_number1] =12
[item_name1] = My product name
[quantity1] =3
[item_number2] =14
[item_name2] = My product …
0
votes
2answers
23 views
How-to integrate Paypal with WinForm Desktop Application
How-to integrate Paypal with WinForm Desktop Application
Maybe Server-to-Server solution ?
0
votes
1answer
34 views
Allow unregistered paypal users to make payments
Hi i am integrating paypal web payments standard into my shopping cart using the setup where you just send a form to paypal with all the values in hidden fields. I want to enable the option that …
0
votes
2answers
29 views
AJAX - timed mySQL queries (please wait screen)
I need to make an AJAX page which queries the database on page load and then every 5-10 seconds after that. In the meantime I will display some kind of waiting page (maybe with a animated gif to keep …
0
votes
1answer
18 views
Accepting paypal payments on a New Zealand Shopping Cart site
I am developing a site in New Zealand with a shopping cart. I am trying to find a good payment gateway. I tried paypal website payments standart but then realised that paypal does not offer this …
0
votes
3answers
64 views
How can I automatically alert my php/mysql web app that a PayPal transaction has gone through?
I have a client who will be selling access to an online service on their website. They would like to integrate a PayPal Buy Now button into the site... no problems there. However, they want their …
0
votes
1answer
39 views
Paypal - payment without account
I need to integrate paypal into online store..
Requirements
- All credit cards (secure) details should be inputed on PayPal site
- User do not need paypal account
So there is couple ways of …
0
votes
1answer
18 views
Paypal Mass pay fails when large transactions are made
I am using the paypal mass pay feature but i am unable to make payments greater than $20. When I attempt to make large transactions (say for $120) i get the error that says the account has …
0
votes
1answer
17 views
Php paypalewp on windows not working right, short return
I am working on a payment script using paypalewp, it seems to work fine in the stage environment which is a centos linux box, however on my dev box it doesn't...
when I run the button creation …
0
votes
0answers
14 views
PHP example for PayPal Adaptive Payments ConvertCurrency API
Trying to wrap my head around the new PayPal Adaptive Payments API - specifically the ConvertCurrency functionality. Has anyone had any luck with this in PHP?
Documentation: …
0
votes
2answers
26 views
submitting multiple items to paypal cart at once with php
I have some items for sale that have 2 and 3 levels of customization. Once set the user adds them to my onsite cart. Problem is, how can i send each item to paypal on checkout? The only code ive found …
0
votes
1answer
37 views
Paypal not picking up shipping?
Hi all, this is strange, for some reason this paypal isn't picking up my shipping_1 value, yet I have done another form similar, and it goes through ok? I have no idea what's wrong with it..
<form …
0
votes
1answer
52 views
Online credit card payment processing on behalf of others
Does anyone know a way to facilitate payment between two parties via our website similar to how eBay facilitates payments between sellers and buyers, with buyers using their credit cards to make the …
0
votes
3answers
39 views
PAYPAL IPN problem
It's not a problem but i don't know how to do this; let's say that I have a sign up form with some fields: username, password, email, as you know the user clicks on the BUY BUTTON and pay's up.
Well, …
