can anyone detail the particulars that are required to send data collected from a asp.net web page using vb.net that has a bunch of text boxes for first name, last name, address... item price, quantity, total price... to paypal for processing and settlement?
i have never worked with paypal so i am assuming paypal will get this info and ...
Hi,
I'm a relative PHP newbie implementing a PayPal IPN listener and all seems to be working fine, except I dont really know how to check for a response code.
I've tried something ugly with cURL but it doesn't work at all (I'm not understanding cURL).
I've tried this piece of code that I grabbed from somewhere on the net:
$fp = fsock...
I am currently working on Paypal Payment Pro and need to have a special recursive payment.
In this case. My client want to make the first month payment is 0, and in following months, the payment will be 5$ each.
Is there any way or document about this? I personally don't know what it's called so I can't google around.
Thank you very m...
Hello,
I am using the PayPal API for Express Checkout Integration. Upon setting the Express Checkout, one gets to a page with a token, like this page:
https://api-3t.sandbox.paypal.com/nvp
The token looks more or less like that
ACK=Failure&L_ERRORCODE0=81002&L_SHORTMESSAGE0=Unspecified%20Method&L_LONGMESSAGE0=Method%20Specified%20is...
I tried to implement paypal pro for my site. Which will let user enter their info and charge 1$ for the trial, and 10$ for the recursive fee.
But when I check my merchant account, it show up 1$ and 10$ in separate order, but within 1 day (it charge 10$ that I don't want)
PROFILEID=I%2d0xxxxxx1HCKEF
&PROFILESTATUS=PendingProfile
&TRANSA...
Hi,
I'm implementing PayPal IPN & PDT. After some headache & time at the sandbox, IPN is working well and PDT returns the correct $_GET data. The implementation is as follows:
Pass user ID in form to PayPal
User buys product and triggers IPN which updates database for given user ID
PDT returns transaction ID when user returns to site
...
Ive been using express checkout API to convert people's accounts on my site to premium accounts after paying. The only problem with it is that it doesn't send the user back to the site until they click the button to return, and it updates their permission when that happens. About 40% of the users don't seem to do that.... so their accoun...
I am developing a website in PHP that accepts PayPal payments. It uses the IPN from PayPal and has a custom payment template etc etc. It all works great through the Sandbox server but when it comes to showing my client, I don't want to have to tell them to login to/create a Sandbox account, create a buyer account and make a payment - h...
How to get started with Paypal integration with php codeigniter? Where should i start? Any suggestion?
...
PayPal IPN sends a POST request with a variable number of fields to the notify URL, in order to confirm that the POST request is legit we need to resubmit the same request along with a additional cmd=_notify-validate field to PayPal, which then replies VERIFIED or INVALID.
My question is, why do we need to resend the request to PayPal? ...
Hello,
I want to integrate paypal in my java web application. I saw that they offer many methods to accomplish this. But i want my visitors to remain on my site only. My friend told me that Paypal offers webservice. But i can't seem to find any documentation on Paypal site. If anybody could help me with this, i would be really very grat...
Hey all...
I'm trying to figure out how to use PayPal's IPN and I've run into a wall.
I want a buyer to be forwarded to a success page after making a purchase, and I want that page to show the details of their transaction. I choose IPN instead of the PDT because I also want to do some other behind the scenes stuff with their data.
Any...
Hi
I used paypal sandbox to test my code and my ipn is working. but
Now i need to go to original paypal account. My confusion is in sandbox we make buyers and sellers account. and we get [email protected] like seller account. is it needed in original account?
if needed how to make it?
if not needed which email address shd ...
Hello,
Paypal returns me successfully to the return url that i specify while creating buy now button. But, now i am confused. How do i retrieve details about the transaction that happened on Paypal? And i also want to set some database values on the return url. But i am afraid if my user without paying to paypal goes to that url, then he...
After having aquired a token via express checkout I redirect the user to paypal using this tag:
<meta HTTP-EQUIV="REFRESH" content="1; url=https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&lc=FR&country=FR&token=EC-sometoken"></meta>
Even if I set country=FR and lc=FR I always get the login page displaye...
Hi,
I'm using paypal payment method in my druapl site, i want to change that to authorize.net how can i change the existing paypal payment method to authorize.net in my drupal site
please help me
Thanks
...
I want to make a web application were people are paying money (for example through mastercard/visa/paypal etc.).
My question is: can it somehow be made that the money transfers are made only after a longer period when a condition is met in my web application.
...
Hi Experts,
I am using asp.net 3.5 and C#.
I have a pay pal account, I want to associate a Donate button to my Pay Pal account. I have checked pay pal site, under Merchant service > Website Payment Standards ... I am getting only three buttons [Buy Now, Add to Cart & Subscribe], but their is no "DONATE" button that I can use for my per...
Possible Duplicate:
Can I send a variable to paypal, and have it post it back to me when payment completes?
I want to automate a process after user have made a payment.
1) User enter details on forms and submit, the session will pass unique ID to paypal
2) After user complete the paypal payment, unique ID is then pass back to...
Hai,
i am trying to fetch transaction id from shopping cart site.
how can i do this?
Thanks.
...