I'm trying to create a simple buy button using paypal and get the result of the transaction, but I can't seem to find anything related to the subject, also, do we need a business account to do this kind of things ? I saw some documentation on there w
I am putting online an old web application I had running like 3 years ago. Back then everything worked and Paypal's ExpressCheckout was set perfectly. I really cannot remember what I was doing back then but now I put my app on Windows Azure. My app i
I am creating a PayPal application using credit card. It is creating payment successfully with approved status. $addr = new Address(); $addr->setLine1($street); $addr->setCity($city); $addr->setPostalCode(zip); $addr->setState($state); $addr-&
Please see this screenshot below: http://i.stack.imgur.com/feZvR.png This is my form with a dropdown of 25 items in it. The price for all the items are same so no worries about the price. But the name of all the products are different. I am facing di
If I add paypal sdk then I get this problem else my project is running successfully. Can some tell me from which dependency it is conflicting? Here are my dependencies... compile 'com.android.support:support-v13:23.1.0' compile 'com.google.android.gm
I am developing an application that has a function allow an customer pay to another customer.Can I use Paypal mobile or Stripe? how to implement it?There're several options for you to implement a person-to-person payment function, but you may want to
I'm trying to send an email to the client when he successfully makes a transaction using paypal. I've already manage to send the custom email parameter to paypal in a custom parameter they provide. What I have right now My product model: class Produc
cURL curl -v https://api.sandbox.paypal.com/v1/oauth2/token \ -H "Accept: application/json" \ -H "Accept-Language: en_US" \ -u "client_id:client_secret" \ -d "grant_type=client_credentials" Parameters: -u take clien
Issue I'm trying to initiate an Express Checkout transaction via server-side python (I'm using Flask). I'm using the standard paypal python SDK. I'm following the Express Checkout workflow in the documents. The PayPal documentation for Express Checko
i was following this guide to integrate paypal. I dont want user to redirect to paypal for making payment. So i need to follow Direct Payment method. What i understood from that guide was that first i need to create two Sandbox accounts(buyer and mer
I am developing software that will allow a user to create forms based on draggable controls, in the fashion of, say, an online survey. This is how it's supposed to go: User A makes a form. User A sends said form to User B. User B fills out and submit
I am working on a website in which a facility pays us for membership. Their membership payment is the only money we receive. This payment is done via Paypal Website Payments Pro using the DoDirectPayment API. These members then rent out their facilit
I have implemented the paypal sdk for parallel payment, when a user login to pay it shows a dropdown at the top showing all the receivers payment saperately. I want to remove the dropdown as its necessary in my app that paypal must show total payment
My IPN implementation has been untouched for about four years and has worked perfectly in all that time. But last week for some reason I don't appear to be receiving the 'transaction_subject' field value in by IPN callbacks. Has anyone else experienc
I am creating a cms for shopping cart. I added buy now buttons with the products. But after a customer completes transaction, I need to get the item number and how many item of that kind he bought, and what was his payment amount. Paypal returns cust
I'm trying to do a recurring payment using CreateRecurringPaymentsProfile. data sent: &TOKEN=EC-9VR75992DL646470M &SUBSCRIBERNAME=Mr.Subscriber &PROFILESTARTDATE=2013-07-22T00:00:00Z &DESC=Our+Monthly+Membership+Renewal+Plan%3A+You+payment
Starting today (5th of June 2013), I am getting back API error code 10486 in the DoExpressCheckoutPayment response instead of API error code 10417 I got in the past. What is this new error code and how should I handle it?Starting the 5th of June 2013
I'm newbie in PayPal express, and the functions return error 10413. The client see this bill: 1.Item Price: 77€ 2.Item 2 Price:79€ Subtotal: 128.93€ (without tax) Shipping: 3.95€ (without tax) TAX: 27.83€(Item's tax + shipping's tax) Discount: -31.2€
I've seen other postings where people can't load "My Selling Tools" and I happen to be in the same boat. Support hasn't responded yet and I'm hoping to do a demo Monday of the Windows 8/Paypal API integration from http://paypal.github.io/Windows
I have a form with some paypal fields and other fields specific to my application. I would like to submit the form to my server, have it process some of the fields and then forward it onto the paypal handler url for payment. If I use the following in
I am using https://github.com/fnando/paypal-recurring but I am not sure which method - cancel or suspend will stop the money from the subscriber to my site. I looked at the code on github but I couldn't understand it.You will need to use the profile_
I am using curl to verify the PayPal IPN but it throws error: SSL certificate problem: unable to get local issuer certificate. The same code is working on development server and when I moved to client server it is not working. DO I need to purchase s
I am trying to set up a recurring payment service using paypal, my problem is I cant seem to find a way to test it, I already set up at Daily period and 1 as frequency but still the account seems to take a month to make the next payment, Paypal says
I want to automatically create a paypal buy now button. What is the easiest way to do it?The following page lists the minimum-required information for a Buy Now button. I've included the most simple example: https://www.paypal.com/cgi-bin/webscr?cmd=
I'm implementing a simple Buy Now button and I'm using IPN (not PDT) to verify the transaction. A thing that bugs me is that I don't understand how come only after I set the notify_url field to the button I also get the transaction variables to the s
I am making a Ruby on Rails app and I need to be able to bill users. I would like to use either PayPal, credit cards, or both. I looked at Saasy (https://github.com/maccman/saasy) but it requires one of three paid gateways, and I need a free gateway.
what's the best way to simply get feedback from PayPal to confirm that your customer paid? It looks as if the answer is IPN - if so, my followup question is, can I enable IPN for only specific buttons? I don't want PayPal pinging my IPN listener for
I'm creating a simple online shop with PHP integrated with PayPal that sells unique items. What I'm wondering is how other shops deal with multiple people attempting to go through the payment process with the same item. This is my current draft strat
I am looking at using PayPal as a payment option for my custom shopping cart I have built. I already have a cart set up, and a checkout 'complete'. It asks the user for their address. Once they have completed all the fields, they hit 'Pay with PayPal
It seems the only way to stay "in app" is to give them a UIWebView of the paypal mobile site and let them complete the transaction there, otherwise the user would need to use their API key. Does this sound right and has anyone got or seen any sa