paypal

paypal ipn passing parameter

I wanted to get the userid from paypal after the user have made his payment. Pay.php <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="<?php echo $merchant_email ?>"> <input type="hidden" name="item_name" value="IPN test"> <in...

Sandbox "Sorry — your last action could not be completed"

My site was working fine with PayPal's sandbox, and then all of a sudden it stopped. Now I get the wonderful error Sandbox "Sorry — your last action could not be completed" This is my HTML: <body onload="document.Paypal.submit();"> <!-- item_number should get passed back --> <form name="Paypal" method="post" action="https://ww...

Paypal Subscription Modification

Hi, I was hoping someone could help regarding modifying a subscription price. I have a social networking site In which you originally could subscribe to a standard or premium account which varied in what applications where active in your account. My client now whats to scrap the 2 subscriptions and be able to give a choice of what appl...

Passing domain name to PayPal

I'm trying to sell something to domain owners. I need to know their domain names. Before the payment procedure I'll ask their domain names in my web site, I'll store the data in the cookies or the url, then I want to pass the data (domain name) to the PayPal so that I'll know who paid for what domain name. I know PHP and HTML in advanced...

PayPal sandbox Buy Now Problem

Hi, I have paypal sandbox test account. I want to create a 'buy Now' button. I am trying it with GWT. But its even not working with simple HTML form. It displays a 'Buy Now' button on HTML page and after clicking on it redirects to PayPal site. Where it ask to login to buy product but after that it goes on displaying message: The email...

PayPal Sandbox developer account ask me the enter Credit card information

Hi I have paypal sandbox test account. I am trying it with HTML form. It displays a 'Buy Now' button on HTML page and after clicking on it redirects to PayPal site. Where it ask to login to buy product but after that it is asking me the credit card information. I think as it is sand-box account it shouldn't ask me credit card as it is...

PayPal Weird Situation with adaptive payments api

I am trying to use the adaptive payments api. Basically our client is a "middleman" whose website allows buyers and sellers to find each other. The seller puts in their paypal email address ahead of time, and then the buyer tries to buy something on the website and uses paypal to make the payment. Our client does not take the funds bu...

Pay pal direct method

hi, I am using paypal direct method. error is This transaction cannot be processed due to an invalid merchant configuration. How to accept or activate billing agreement while i am using sandbox account. ...

want to know paypal transaction details in sandbox account

hi, i am using sandbox paypal direct method for online payment. i have done it.But i dont know where to find deducted amount or total amount in sandbox account. can u give me steps for finding transaction details in sandbox account. thanks. ...

Payment Gateway Question

Hi, My question is not exactly about coding, and I'm not sure if I can ask it here. Nevertheless, it's somewhat related to the payment integration process. I'm going to establish a service, and deliver it through a website. When you accept payments through PayPal, they display your actual name to every client, and I'm not that comforta...

How to keep PayPal variables secure

I'm trying to link my 3rd party shopping cart to PayPal, and in the process I'm finding that my variables are extremely exposed, such that, if someone uses, say, Firebug, to manipulate the values of my variables, they can change the cost of the items in the transaction. I'm very new to online carts and shopping, so my question is how do...

PayPal and item_name

Can I see what was entered in the item_name field (by the customer) in my PayPal account? I know that I can see it if I use IPN but I don't want to use it. ...

Paypal subscribe now button

Hi, I have built an information portal in PHP [Something like a recipe book], where the first few recipes are free to access. The advanced recipes are available only to paid members. I intend to use a simple subscribe now paypal button. When the user clicks on this button, he is directed to paypal website and upon payment redirected t...

Selling one-off unique items via Paypal - when to mark item as sold?

We are building a site that is selling one-off items, so need to ensure that the same item is not purchased twice. We are using the adaptive payments API to split the payment among those involved, and handling the IPN sent to us. What can happen, though, is that two people may click "Buy Now" at the same time (or even a minute or so apa...

is it necessary to first login to sandbox account while making payment using paypal standard

is it necessary to first login to sandbox account and without closing the browser we have to purchase and pay while using paypal standard ipn in asp.net ...

How to made Paypal payment processing in Batch[number of users] at a time in certain condition/event in our website?

Hello Everybody we are Integrating paypal payment processing in our web application[Java]. Our Web application based on deal publishing & collective group buying web portal. In my web application, When particular deal say total 100 Qty purchased by say 25 user then I want to made payment for all user in batch at a time. bcoz my deal i...

Payment API for Grails

Are there any payment APIs for Grails? I'm looking for something that will abstract receiving of payments for my website. Primarily, I'm looking to hit Paypal and Google Checkout - as far as I know these are the most used online payment services. Support for any other services would be a bonus. ...

paypal expresscheckout.asp white page

well, i am pretty sure i am an imbecile since i cant get it to work :/ i am using their wizard and following their steps but i just cant figure it out. i am trying to have the Express Checkout with 2 methods: PayPal checkout on the shopping cart. PayPal as a payment option. i did: downloaded the expresscheckout.asp & paypalfunctio...

Paypal IPN not works for subscription

Paypal IPN doesnot return any variable for subscription payment, I have spent more than a week, still i haven't break the wall. I am using host gator webhosting service. please send the the working example...thankyou [email protected] ...

Paypal IPN setup...Ship to Zipcode and auto calculation

Hi I have successfully setup paypal IPN on my site and its working fine. From my paypal account I have set options to ass shipping and tax calculations(only if it's Iowa). But the only issue is, on the paypal checkout page it's asking me to enter the "Ship to Zipcode" manually...if I enter and update only then the net payable is getting...