0
votes
2answers
47 views
How do I make my WordPress BLOG into a service where people need to pay through paypal to make comments on it? [closed]
How do I make my WordPress BLOG into a service where people need to pay through paypal to make comments on it? I already have made the “Subscribe” button through paypal. Now I ju …
0
votes
3answers
35 views
PHP Paypal intergration with instant feedback
Is it possible to get an instant response from a paypal transaction and do they have to leave your site to pay by paypal?
I am working on a site where the user needs to make a one …
0
votes
4answers
46 views
PHP Paypal Class
Could anybody recommend a up-to-date class (or payment system) for handling paypal recurring payments with PHP?
Thank you!
0
votes
0answers
12 views
PayPal Invoice and not registered freelance business work. [closed]
Hi friends,
I don't know if here is right site for such question. I apologize from now if not.
I'm new at freelancing, I'm running after my freelance business registration works, …
0
votes
4answers
50 views
Paypal mapped to some other account [closed]
I have my website working very fine. but by mistake my paypal account has been integrated with some other account. When user comes and shop any product from my website the payment …
2
votes
6answers
45 views
Quick and Easy Shopping Carts
Can anyone give me the 411 on shopping carts?
I have a client that wants to sell gift cards on their website but I would like to find a quick-to-implement solution (5 to 15 hours) …
0
votes
3answers
90 views
Paypal Integration holding money
I'm building a site that requires paypal integration. The way it works is I have buyers and sellers, the buyer requests the item, and pays for the item, but the seller needs to acc …
0
votes
1answer
22 views
Paypal HTML integration problems (sales tax not showing for recurring payment)
I am using the Paypal standard (HTML 'API') to integrate Paypal to my website.
I have managed to display 'subscribe' buttons for recurring payments, using HTML variables as specif …
0
votes
2answers
58 views
Getting strack trace error and don’t understand why
Hi
I am trying to do PayPal IPN method. So I thought since I am doing asp.net mvc I can just make a method view in my controller like this
public void IPN()
{
// IPN code
}
S …
4
votes
3answers
78 views
Looking for a lightweight ASP.net shopping cart that is PayPal compatible
I am currently developing a simple eCommerce site. I am looking for a lightweight non hosted ASP.net shopping cart solution that needs to
Be able to talk to PayPal
Integrate wi …
0
votes
2answers
42 views
Encoding amount in paypal payment
I'm having trouble figuring out how to prevent people from editing the amount in my shopping cart with tools such as firebug. How do I make sure users can't edit the hidden field? …
1
vote
1answer
38 views
PayPal doesn’t send me all fields to return url
I've setup subscribe form for PayPal.
...
<input type="hidden" name="return" value="http://mysite.com/success/">
<input type="hidden" name="rm" value="2">
...
Then I …
4
votes
2answers
42 views
Experience with billing systems
It would be very useful to have feedback on the various API and services that let you bill the customers, so it's possible to compare :
Security;
Quality of API;
Commercial relia …
0
votes
0answers
15 views
Paypal IPN question (integrating with backend processes)
I am using the Paypal standard to integrate to my website, using HTML form fields.
I have enabled IPN notifications on my (sandbox) account, and the Paypal server is able to succe …
0
votes
2answers
31 views
Paypal integration to serve multiple sellers in one go for a shopping site.
Hi,
We are in a process of making a shopping site. Here, the buyer can select the items of their choice and put them in shopping cart. These items can be from different sellers. N …
