paypal

Paypal IPN subscription and single payment at sametime

Is it possible to have items, one time payments, and a re-occurring subscription in the same payment? so only one total payment is made at first until the subscription requires renewal. Looking through the documentation I don't think this is possible I just need verification. ...

how to integrate paypal in website

I have to make a paypal integration in my website for paying person.I found a simple code <form action="https://www.paypal.com/cgi-bin/webscr" method="POST"> To pay with PayPal now please click on the PayPal icon below: <input type="hidden" name="cmd" value="_xclick"><br> <input type="hidden" name="business" value="[email protected]">...

Post to another page site works, but shows a blank page in the process

I am posting values to from an ASP.NET website to a completely different site (Paypal actually). I accomplish this by returning a page to the user that has all the hidden form inputs written and then a Javascript function that automatically submits the form. The process is supposed to be seamless, but the blank page is noticeable for th...

Use paypal button with custom money value

Hello, I have a form on this page http://t-webdesign.co.uk/projects/ross/order.php When submitted, it calculates a total price and this is stored in a php variable. How can i create a paypal button, or send the user to paypal using this variable as the price they pay? (I also want to send a couple text field variables along with it thr...

[PHP] PayPal Payment Callback

I have searched for more than 4 hours now on how to do callback with PayPal after a payment have been proceeded. The thing is, I have a site the sells tickets to a LAN Party, and the only way to pay is with PayPal. Here is my PayPal buy button code: <form target="paypal" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="po...

error: [Errno 32] Broken pipe when paypal calls back to python django app

Hi I am doing papal integration with my django app. i am using latest version of django from svn and python 2.6. However, i found every time when paypal's sandbox accessing my notify url i got 500 [Errno 32] Broken pipe my django stack. Does anyone have similar experience with this ? Cheers, Traceback (most recent call last): File...

Simple solution to integrate PayPal on ASP.NET MVC site

There are many solutions/products that PayPal provides for websites to integrate with PayPal payment. I would like to know what's the simplest or easiest solution to integrate PayPal into ASP.NET MVC web applications. Which solution I should use? It would be helpful if someone who had the done this before can share his or her experience....

Magento website payment pro USA

I'm integrating paypal website payment pro (US)in my shopping cart Magento. I have got API username,api pwd,api signature from paypal. I have tested by creating a form from the ref site https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&amp;content_ID=developer/library_download_sdks#NVP It works well and im able to login to the sand...

PayPal - ExpressCheckout and Recurring Payments

I'm trying to get PayPal's ExpressCheckout working with Recurring Payments. I've got the first two stages (the calls to SetExpressCheckout and GetExpressCheckoutDetails) but CreateRecurringPaymentsProfile fails with the error below. I'm using a modified version of Paypal's sample code, but I suspect I'm (not) setting an encoder value. An...

Microtransactions & Payments (in C++)

Hi, are there any good solution for microtransactions/payments available to C++? Either a library or an JSON/HTTP api. I want to be able to allow payments with credit card, paypal and if possible, SMS and phone calls. Do you know of anything that fit's my needs? ...

How can I integrate Paypal to payout users when a button is clicked?

It might sound a little odd but I am in the final phases of finishing up my app that would pay users. There is an activity in the app where as and when the users use the app, money keeps accruing. I have a button in that activity called Cash Out which when the user reaches a certain amount can be clicked and is supposed to let the user...

Paypal Discount When purchasing two + items (not two instances of same object)

Paypal has listed out methods for discounts such as : discount_amount Optional Discount amount associated with an item. It must be less than the selling price of the item. If you specify discount_amount and discount_amount2 is not defined, then this flat amount is applied regardless of the quantity of items purchased. Valid only for B...

Paypal Pro API Error

Hello, I am using Paypal Pro on my site and when I run any transaction, I get this error message. "Invalid Merchant Configuration" Can anyone suggest anything??? I am running out of luck ;( ...

Paypal Web Payments Buttons

Hi Guys, My website allows people to "sign up" for day trips. They must then pay a price based on their selection. Does paypal allow you to send your own payment values (as calculated by the amount of daytrips and the price of each one)? Is there a way to program this value? Cheers, Dan ...

How to integrate Paypal IPN for recurring payments?

Hi Folks, I have been using Micah Carrick's PAYPAL IPN class till now for web_accept but now one of the Client wants to integrate the Recurring method into it.I tried using the same stuff but unfortunately was not so successful this time. I am trying to connect to the Paypal recurring method.Following is the code by which I tryin...

I've heard that I need to submit my iPhone application to PayPal to be passed, but where?

I've heard that i need to submit my iPhone application (which uses PayPal functionality) to PayPal to get it cleared before even sending it to the Apple Store. Has anyone heard of this? If this is the case, where should I go inside my PayPal account to do this? More scarily is while searching for an answer to this on SO, I've noticed a...

Shopping Cart Libraries for Zend Framework

Hi, currently i am designing a shopping cart in Zend Framework. I decided to write code for user/roles/product catalog from scratch which i have already done and tested. But for other things i need you guys to guide me which are the best classes/libraries to build this system system. I need following functionality as Order Inventory A...

Paypal API and Paypal's Sample Code?

https://www.x.com/community/ppx/code_samples The sample code returns ACK, but where is the proper response? For example Getbalance, sample code returns ACK https://cms.paypal.com/cms_content/US/en_US/files/developer/nvp_GetBalance_cs.txt but the document shows it returns other values? https://www.x.com/docs/DOC-1186 ...

If user didn't come from HERE then do not process - How?

I tried to make use of $_SERVER, but it didn't work for me. What I need is: In order to access a page on my site, the user must come back from Paypal. If he isn't redirected from Paypal to my site, then don't execute the file but give the user an error instead. How can I do this? I tried the following: $url = 'paypal'; if(strstr($...

PHP PayPal Payment Method

Hello, Could someone guide me how to create a withdraw fund page using PayPal... I want to create one PHP page (interface) contains a button "Withdraw" and 2 textboxes, one for my customer paypal e-mail and the other to put the amount of money they want to withdraw. When they click the "Withdraw" button, without any redirect to the Pay...