Tagged Questions

0
votes
0answers
22 views

PayPal Adaptive Payments API Requirements [closed]

We are developing a new website and would like to make use of PayPal's newly released Adaptive Payments API and we are wondering what is the pricing on using these APIs? We are aware that some older …
0
votes
1answer
43 views

Does the PayPal Direct Payment API support setting up recurring payments?

Does the new PayPal Direct Payments API include access/support for Recurring Payments? I'm not clear if the new Direct Payments API offers access to all the API routines, or just plain old credit …
1
vote
3answers
89 views

What kind of protocol is being used here to communicate with PayPal?

I know that there are various ways to use PayPal's API (SOAP, etc), but I don't know anything about them, so in an attempt to broaden my knowledge on the subject, would you please tell me what is …
0
votes
0answers
12 views

paypal - ‘subscription profiles not supported’

I'm using website payments standard to create recurring payments for subscriptions. I need to find out when the next billing date is, so it looks like I can use GetRecurringPaymentsProfileDetails nvp …
0
votes
1answer
46 views

Paypal return URL

I'm programming a PHP site with Paypal integration and I've stumbled into a problem with the return url. I need users to be returned back to a specific url on my site after in the final step. I have …
0
votes
1answer
34 views

PayPal website payments pro api and Payflow accounts

Has anyone successfully used website payment pro api with a Payflow Pro account? We need to use recurring payments as well.
0
votes
0answers
36 views

Paypal request money - does it have API ?

There is a request money by email feature on paypal - (where you can put email of some person and he can send you money) Does it have an API ? (So I want to request money by email from my …
0
votes
2answers
46 views

Paypal Recurring Payments

Here is what I need: Let's say I have a hotel rooms rental website People can come rent a room for some period and pay with paypal(first they pay, than thay get a room) In some cases person might …
0
votes
1answer
71 views

Paypal - payment without account

I need to integrate paypal into online store.. Requirements - All credit cards (secure) details should be inputed on PayPal site - User do not need paypal account So there is couple ways of …
0
votes
1answer
49 views

Paypal not picking up shipping?

Hi all, this is strange, for some reason this paypal isn't picking up my shipping_1 value, yet I have done another form similar, and it goes through ok? I have no idea what's wrong with it.. <form …
0
votes
1answer
51 views

Can I get the item name/description to show up in paypal?

I have a pretty simple paypal checkout integrated into my site. The user adds items to their shopping cart and then can either pay by paypal using express checkout or by using a credit card via paypal …
0
votes
1answer
88 views

Paypal HTML integration problems (sales tax not showing for recurring payment)

I am using the Paypal standard (HTML 'API') to integrate Paypal to my website. I have managed to display 'subscribe' buttons for recurring payments, using HTML variables as specified in the Paypal …
0
votes
1answer
29 views

PHP - Paypal product timeout

I have finally got my paypal system working using IPN and a reservation system to ensure that two people do not buy the same product. The problem is, the reservations last for 10 mins on my …
0
votes
1answer
43 views

Paypal IPN question (integrating with backend processes)

I am using the Paypal standard to integrate to my website, using HTML form fields. I have enabled IPN notifications on my (sandbox) account, and the Paypal server is able to successfully call my …
0
votes
0answers
58 views

how to implement paypal API for ebay style application

hi I'm working on ebay style application, many users and each can set his paypal account for receiving payments. Another users can pay via paypal to his paypal account. I would like to use paypal api …