Hey all,
The below post was hugely helpful for what I'm trying to do:
http://stackoverflow.com/questions/1981243/multiple-items-with-paypal-button-and-php
This part works beautifully:
var inp1 = document.createElement("input");
inp1.setAttribute("type", "hidden");
inp1.setAttribute("id", "item_number_" + current_item);
...
I understand that when the customer logs into PayPal and uses their PayPal account, PayPal will send us the customer's payer_id. But what happens if the customer does not log into PayPal and just uses a credit card to process the payment? And is there any way to fake that in the Sandbox? Does PayPal supply test credit card numbers? One f...
I'm working on an IPN script to run a premium-content site. I'll be using PayPal subscriptions of various lengths for users to sign up for the site, and I'm trying to develop some way to handle user's profile data and "credit" using the IPN notifications.
I've already determined that I will initially create the user's account in my inte...
Hi,
Can we assume that the payment is completed for a transaction when the customer is auto returned to our site?
Paypal advices us to use their IPN system for other types of payment, like an e-check, but also tells us to tell the customer something along the lines of "Thank you for your payment. Your transaction has been completed, an...
The payments we gather on our website are for online subscriptions and registrations for conferences. In both cases, we want to gather absolutely all information other than the payment information ourselves, and ideally pass some of it on to PayPal (so users don't have to fill in name, address, etc. twice).
I know there are solutions wh...
THE BACKGROUND DETAILS:
I have a custom shopping cart that uses PayPal for payment processing. I have an intermediary page between the cart and PayPal that adds the order to a database and sends confirmation emails.
Until now, I had the intermediary page set up to include all the necessary data as hidden form fields and submit the form...
Hi!
Got another problems :)
I'm learning how to integrate PayPal API into my website. Everything works correctly, there's only one thing that's confusing me... For now, I'm working on Sandbox, maybe it does matter.
When user enters amount I'm redirecting him to PayPal. There's login box (or payment with credit/debit card). After succe...
I have an order form on my website that basically gives the users access to a specific part of the website. So no shipping is required. All that's needed is they select which items they want (website sections) and then have them send the money to my paypal account. Upon doing so, my website would receive notification (return URL?) and ca...
I want write a PHP registry code That when a User registried than go to PayPal site and give some money to us and after her payment , her account activation in our site Automatically .
what am i going to do ?
Thanks in Advance .
...
After a successful Paypal payment, I receive the IPN and the payment
creates a new order. However, the shopping cart does not clear.
Rather than wait for the IPN I would like to alter the payment.view.checkout.success code to clear the cart after a successful payment.
The code to empty the cart is:
for cart in Cart.objects.filter(...
We're building a web app that customers can pay a monthly rate for. Here are the requirements:
We want to charge customers monthly fees to access the service
We have several different plans
Each plan comes with a month free trial
Upgrading/downgrading should be straightforward
We want to support as many payment options as possible. Our...
Hi friends,
I'm about to start a new Drupal website. My client needs CreditCart payment (in-site with authorize.net). So he doesn't want PayPal or Google Checkout through Credit Cart payment. As I know Ubercart is well working solution. but i have 1 fixed product. I don't need any shopping basket, etc. so Ubercart is too big for my need...
I've created an app, I need to have willing users register for a more featured "pay version". How can I make a secure, online pay service while billing those users monthly, and telling my app that they are still on good credit with me. I'm looking for an online service, or an available code, will paypal do this?
Thanks so much!
...
Hi All,
I can successfully make a direct payment to paypal using ActiveMerchant in RoR.
How can I make refund to a transaction?
Thanks,
Imran
...
I am trying to make a static library similar to what PayPal has done (https://www.x.com/community/ppx/xspaces/mobile/mep) for the iPhone.
It looks like PayPal is able to integrate views into the library as well as image resources. The only solution I can think of is to code the UI by hand for the UI and produce binary data for the imag...
I have a PayPal implementation using IPN and it works fine. However, in some cases, I will need to be able to send out an email to a user with a link to click on and pay an invoice amount. I'm not really sure how to do this - I know I can send them to a particular page on my site with query string variables - but what would the PP code l...
As I've been integrating with PayPal, I've noticed that their sandbox UI is very different from their real UI.
When I set my button to post to sandbox.paypal.com, I get something like this:
But when I post to paypal.com from a browser that has never visited PayPal before, I get this:
Is there any way to setup the sandbox so its inte...
My handler and paypal had communicated for a few days ago then something happened which made the latter stopped sending IPN anymore. I tried simulating the IPN sending via my own script without the post back capability for validation using cURL. My handler is perfectly working. I also place a simple line of code(already tested via cURL) ...
Howdy,
I want to learn implementing PayPal in website. I'll be using ExpressCheckout method.
I know there are following steps:
1. Cart page on a website
1a. Provide custom IPN URL in PayPal form (notify_url).
2. Redirect to PayPal payment page.
3a. On success redirect to my "payment confirmation" page.
3b. On false redirect to payment ...
hey people, I am stuck trying to integrate java and paypal together.
I have posted here:
http://forum.springsource.org/showthread.php?p=316498#post316498
any help would be greatly appreciated, please advise.
...