Integrating paypal payment gate way to web app - paypal

I have a widget called "ticket", Event Organizer uses ticket widget to sell tickets online.
When event organizer select ticket widget he will enter the ticket name,ticket cost,quantity of tickets,
and pay pal account id, after that he clicks on create ticket button it should place a button say "buy now" and
organizers publishes the page.
At the other end when attendee clicks on "buy now" button it will redirect him to payment process, and gets
the payment process done.After the successful transaction the money has to added to event organizers
account and the number of tickets sold should be decremented in my web application.
Solutions:I have tried with "Buy Now Button" using JavaScript but i think it doesn't works out for our application.
Because here the organizer sells his tickets on our application ,so he needs to create his own button and place it
on our web application that is not to be any perfect idea
So kindly help me out in figuring out the right way.

Its not like that every seller wont need to create their own button instead you can pass his paypal email id in the paypal form you generate
<input type ="hidden" name="business" value="seller_email_id" />
This will transfer the amount in that sellers account.

Related

Need help regarding IPN and paypal payment page

I'm working on a website where the users can create listings like in a regular classifieds website.
My concern is that if a user wants to feature his listing on the website, he has to make a payment via Paypal (IPN). The problem is that when the user completes the payment, the paypal payment confirmation page will give the user 2 links at the bottom of the confirmation page. The first one is "return to your website" and the second one is "view your paypal account".
If the user clicks the first link it will trigger the featured option and make his listing featured. However if he clicks the second link the user will be sent to his paypal account and will not trigger the featured option.
My concern is that users who will click the second link will pay however will not get the service they paid for. This portion of the website was done by my developer and he said that it would only work if the user clicks the "return on your website" link.
Would you guys have any suggestions or help on how to resolve this? If Paypal did not show the second link it would resolve this pb.
That's what IPN is for. If you enable it, PayPal will send you a payment notification. You should enable the feature for the user when you get the money, regardless of what the user navigates to.

PayPal payment flow from one account to another account by click on button from my website

I would like to a paypal transaction like below:
As per my requirement, when any buyer purchase any product from my website, so I want this amount move to first Admin PayPal account and when buyer click on Purchase Complete Button, the amount is automatically transfer to the merchant PayPal account without any PayPal authentication.
If somehow buyer will not click on Purchase Complete Button, it will automatically move after 15 days (For this we can use Delay Chain Payment).
But when any buyer click on Purchase Complete Button, so amount move from admin account to merchant account......is this process flow possible ??

How to identify the user of my website who just paid by clicking PayPal Buy Now button?

I have some difficulties when identity a user who buy my product, suppose a user click Buy Now button and finish the transaction and then return back to my website, how could I know which user just paid?
BTW, I use PayPal's Payment Data Transfer to receive the transaction info about who buy my product, but I still don't know which user in my website has bought it, any ideas?

Paypal : How do I get Paypal to redirect back to my site?

I want to create a 'buy now' button for Paypal.
Here is the process :
Visitor fills out a form on my site with info such as name, email
Visitor clicks 'buy now'
Visitor visits Paypal, places payment
Either Visitor is redirected back to my site
I am emailed with my visitor's information
My questions :
How do I pass these custom fields to Paypal? I'm happy with a "Buy now" button.
How do I get Paypal to redirect back to me after purchase?
How do I get Paypal to pass those custom fields to my site?
Once you have started creating your button, click on Step 3: Customize advanced features.
Then put a check mark in the spot that says "Take Customers to this URL when Finished"
Once you enter your URL and save your button your customers will be redirected at the end of checkout.
Below is the screen shot from PayPal.
Sign into your PayPal account and then go to Merchant Services --> Create Payment Buttons for your Website.
Click on the icon under the Guides for the Buy Now button and it has step by step instructions on what to do.
https://www.paypal.com/webapps/mpp/get-started/buy-now-button
Good luck!

PayPal Checkout Button not redirecting to my custom Payment Page

I am using PayPal's integrated credit card payment on my site, which works great. The customer has the option of staying on my website and paying by credit card or they may choose to "pay with PayPal" by clicking either the "Check out with PayPal" button or the "Check out with BillMeLater" button. The issue I am having, is for some reason, when customers click these buttons, it directs them to my generic PayPal payment page and not the customized PayPal payment page I have created and designated as primary. Depending on the browser, sometimes customers are directed to the correct page. But it's random.
Here is mu URL if you want to test out what I am attempting to explain.
http://www.cozeeclothing.com/index.php
Thank You,
John