Tagged Questions
API for Paypal payment services integration
6
votes
2answers
184 views
What is the card_type for MasterCard when using Spreedly with Paypal?
Spreedly's docs do not mention anything. Edit: They do indeed. I plead illiteracy.
Paypal's docs say the card type is "MasterCard", but actually trying to authorize with that will get you a "Card ...
6
votes
1answer
4k views
paypal api - send money to any paypal account
is it possible to send money using paypal API to any paypal account (not just to API credentials owner). I know that it's possible to do that using IPN, but I need to use SOAP.
many thanks
5
votes
7answers
558 views
recurring payment to already running paypal script
I have seen many related questions but didn't find any answer.
I have successfully implemented transactions through paypal but now I am asked to implement recurring payments through paypal. I have ...
5
votes
1answer
370 views
Flow for: fill form, make paypal payment, create account
I've implemented a paypal transaction before but this one has a twist that I'm not quite sure what's the best way to handle it.
The basic idea is I want to create an account for the user when he ...
5
votes
1answer
2k views
How to delay credit card payment like Groupon with APIs (e.g, PayPal, Amazon, Google Checkout)?
We need to mimic Groupon style payment, where users enter a credit card but aren't charged unless some trigger event occurs. (No, this isn't for another deal site.)
Which payment APIs are best ...
4
votes
1answer
51 views
How to access Java Enum in ColdFusion?
How to pass an Enum like OAuthSignature.HTTPMethod as an argument to a Java method in ColdFusion?
Thank you.
4
votes
1answer
1k views
Can you cancel a PayPal automatic payment via API? (Subscription created via Hosted button)
Can you cancel a PayPal automatic payment via API? It's a "Subscription" created via Hosted button.
I have the "Automatic payment number" and the "Transaction ID".
4
votes
1answer
289 views
Can someone show me the “hello world” of Paypal IPN?
I'd like to set up a PayPal donation box, and use their IPN protocol to monitor when donations come in. The documentation is enormously complex and full of features I'm not interested in. Is there a ...
4
votes
4answers
797 views
PayPal IPN Security
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 ...
4
votes
3answers
587 views
Can I send a variable to paypal, and have it post it back to me when payment completes?
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 ...
4
votes
3answers
5k views
Web Reference vs. Service Reference
I just hit a huge brick wall with Paypal. I had created a regular C# project to create some wrapper classes using their WSDL.
If you create a non-web project, the only option you get to add a wsdl ...
3
votes
0answers
31 views
Payment processing using PayPal [closed]
I have recently started a project where my product will be used by several clients. I want to give them functionality of processing payment using PayPal. So, I want to provide them some kind of input ...
3
votes
2answers
143 views
Paypal Preapproval Start Date timezone?
I'm setting up an application using Paypal Adaptive Payments.
I'm currently implementing the call to the Preapproval, and the specification says the StartDate can not be before today.
With that in ...
3
votes
2answers
277 views
Paypal Integration
I am quite new to PayPal integration into website. What are the basics of paypal integration? What type of sandbox account do i need to create?
3
votes
4answers
600 views
Looking for paypal payments tutorial
I am looking for a tutorial which will show me how to accept paypal payments as I am not having much luck with the documentation.
In the tutorial, I just need to understand how to capture a unique ...
3
votes
1answer
134 views
Automated PayPal payments
I'm looking for a way to automatically send money from my PayPal account, to other PayPal accounts; via PHP. Is this possible?
Something like:
$recievers = array("client1@email.com" , ...
3
votes
1answer
422 views
PayPal In-App Purchase for Android OS - Server/Client Model
We are writing an application for Android OS which communicates with a server to perform its operations.
This application is subscription based and it's the responsibility of server to let the device ...
3
votes
4answers
2k views
Paypal Sandbox Do Direct Payment Internal Error 10001 Timeout Processing Request
This is in an MVC2 project, so I'm using C# in ASP.
This is what I'm sending to https://api-3t.sandbox.paypal.com/nvp:
VERSION = 65.0
SIGNATURE = ...
3
votes
3answers
2k views
Disable shipping address option in PayPal Express Checkout
Working with the PayPal API and using the Name-Value Pair Interface PHP source codes from SDKs and Downloads: Simplify Integrations with Downloads and SDKs.
My question is similar to "Removing (or ...
3
votes
1answer
711 views
How do I pass session variables to paypal with buy now button
When my users are logged in with their username and userid saved in the session variable they can donate using paypal. With the simple buy now button that you can simply generate at paypal.
<form ...
3
votes
3answers
269 views
Is there an option to enable recurring payments in iPhone framework of PayPal?
I am creating an iPhone app, Where I need to use PayPal framework for billing the user for purchasing some kind of service. But I need the bill the user on monthly basis. Is there any option to enable ...
3
votes
2answers
120 views
How can I specify an admin fee in PayPal when ordering less than 2 items? [closed]
This is my first time using PayPal to handle payments from a website, and I am struggling to get my client's business model to work with PayPal's Website Payments Standard.
Basically the way that ...
3
votes
2answers
722 views
PayPal API Certificate
Ok, I've never seen this ever when coding againts and sending 3rd party SOAP API calls but looks like PayPal requires their bigger clients to use the X509 certificate in order to send API calls rather ...
2
votes
2answers
24 views
Is it necessary to have a Paypal Merchant Account in order to develop an App using Paypal Api?
I want to develop an Android Application with in-App purchasing using Paypal Api. According to the requirements of the Application the users (Buyers and Sellers) should have the paypal account and I ...
2
votes
1answer
43 views
Recurring debit/credit card payments via PayPal without PCI compliance
Developing a site that requires monthly subscriptions via PayPal. If a buyer has an account this is no problem via ExpressCheckout. The client has a (UK-based) Pro account though and wants to provide ...
2
votes
1answer
142 views
Error using paypal sandbox API
I'm trying to make Paypal's sandbox API work and I'm using a sample project and the error I get is
response was: ...
2
votes
1answer
43 views
Is it possible to get the last four digits of the user credit card with PayPal Express Checkout?
I'm using the Express Checkout API to handle PayPal payments from a web application. Is it possible to access the last four digits of the user credit card number with this structure? Please note that ...
2
votes
1answer
87 views
Rails: Using Paypal to faciliate marketplace transactions (parallel or chained?)
I want to build a marketplace site where my application connects a 'buyer' and a 'seller' and takes a commission (%) in the process.
I've checked out Adaptive payments API on Paypal and have seen ...
2
votes
2answers
155 views
CURLE_RECV_ERROR with PayPal API
I've developed an application that connects to the PayPal API with libcurl, which I use through the OCurl bindings for OCaml from a process running on a Debian server. The code always works when ...
2
votes
2answers
158 views
PayPal Micropayments for Rails
I've discovered that PayPal has quite an attractive micropayment system in comparison to other services. According to this they have a micropayment range from >$0 to
Further, other services such as ...
2
votes
2answers
324 views
Best way to do Payment integration in Mobile Platform?
Today's world is mostly converted to mobile platform from the desktp platform and most of the payment trasaction, purchase and ecommerce facilities available via mobile applicaitons.
So, What is the ...
2
votes
3answers
1k views
How to accept PayPal or credit card payments within Facebook app?
Is it possible to accept credit card payments or execute PayPal transactions within a Facebook app?
The ideal flow is for users to browse a catalog and complete a purchase all within Facebook. Is ...
2
votes
1answer
448 views
Java code for paypal button encryption using BouncyCastle deprecated methods - how to fix?
I've really been struggling to get working code, good examples, and most importantly, good documentation on how to use Paypal's Java SDK for Encrypting Website Payments. I've looked to Paypal for help ...
2
votes
1answer
177 views
Do I need to encrypt Paypal Add to Cart buttons?
I've been reading through some of the documentation on Paypal's site regarding the Website Payments Standard option. Unfortunately, some pages are not being found.
I know I can use the Paypal Tool ...
2
votes
1answer
442 views
Which payment has paypal confirmed?
UPDATE 2:
The code I currentlly have is as follows:
paypalplatform.php:
https://www.paypal-labs.com/integrationwizard/adaptive/code2.php
basic_payment.php: (the script in 4b in the
...
2
votes
3answers
1k views
Can I test paypal api's from localhost
UPDATE 1:
According to this site: http://net.tutsplus.com/tutorials/php/using-paypals-instant-payment-notification-with-php/ It says that paypal cannot access locally hosted websites unless certain ...
2
votes
0answers
141 views
How to update status of an uncleared eCheck transaction in sandbox
My Application fetches transaction using the PayPal API, for a day or a particular time period. The Next time it fetches from the last fetched time to the current time and not the whole data.
So, The ...
2
votes
2answers
446 views
payment integration
I am going to integrate payment feature in my site. My requirement is something like Elance escrow. Like
User can pay to me using their online payment account.
I can hold their amount in my online ...
2
votes
1answer
694 views
How to integrate PayPal express checkout with shipping detail?
I am using PayPal express checkout NVP API for my payment solution but for my product there is no shipping address need because its digitalis good.
Any one please help me how to integrate for ...
2
votes
1answer
365 views
Setting Up a Simple Retreat Registration w/ PayPal API and PHP
So I'm running out of time on this project and I posted here in hopes that someone can help me.
Backstory
There's a church retreat coming up and I'm in charge of making the website.
The Meaty Info
...
2
votes
1answer
4k views
Android and paypal API integration
All right all you android guys, I'm trying to integrate the Paypal API to make my app donations based. 2 questions:
I can see the button, I click it, and it doesn't do anything! (the activity for ...
2
votes
1answer
109 views
Send money back using Paypal
I have application where one can join with amount [10$] [which recurring permonth] , for which he/she can use paypal account or direct payment by visa or credit. I got success for creating recurring ...
2
votes
3answers
2k views
simple php SoapClient example for paypal needed
Could I get a simple example of using PHP's SoapClient class to make an empty call to Paypal with nothing but the version number? I have the correct WSDL url and server url, so that's not what I need ...
2
votes
2answers
2k views
Paypal adaptive payment API call with C# .NET? Preferably with WebServices
Okay I might be entirely off track now but here goes:
Our "webshop" offers two functions, buying a specific product and selling it back to us. Back-end handles if the user can sell or not.
I've ...
2
votes
1answer
1k views
PayPal Express returns 4011 error message in Sandbox mode
I am using PayPal express in Sandbox mode in my PHP script (curl + SOAP).
I have a simple purchase form with 1 "buy" button.
When it's clicked
I send initial SetExpressCheckout request and get ...
2
votes
1answer
382 views
How to download paypal transactions using some API
Is it possible to download my paypal transactions using some kind of API?
Scenario: I own a paypal account and don't want to download the files using the website export. Instead I want to download ...
2
votes
2answers
740 views
Gift Aid Payments - Integrating a payments system API into a charity site
Ambiguous question, I know. But anyway, I'm developing a client's site that will enable users to donate to people doing charity work abroad. I need the users of the site who create their profiles to ...
1
vote
2answers
34 views
Can I edit my iOS application's code after getting appID from Paypal for going live?
I am about to submit an iOS app to paypal to get a live App ID. However, the code needs some minor changes. So, I want to know if I can edit my app's code after I apply and get a Paypal app ID? Or, do ...
1
vote
0answers
51 views
PayPal chained payments using Website Payments Pro (or similar)
I am researching building a marketplace-type site where users can create their own stores and I would take a percent of the sale. This is possible using Paypal's chained payments, but from their ...
1
vote
1answer
128 views
Paypal CreateRecurringPaymentsProfile 10002 error
I'm trying to create recurring payment profile using CreateRecurringPaymentsProfile method of Paypal API version 54.0 56.0 in Sandbox mode.
Unfortunately I'm getting 10002 error "You do not have ...