78 Topics

Member Avatar for
Member Avatar for FarrisFahad

This is my first time to set up a PayPal masspay. I don't know what variables should I put in my HTML form. Here is the form: <form action="https://www.paypal.com/cgi-bin/webscr" method="POST" name="_masspay"> <input type="hidden" name="cmd" value="_masspay" /> <input type="hidden" name="receiver_email_1" value="support@example.com" /> <input type="hidden" name="receiver_email_2" value="paypal@example.com" /> <input type="hidden" name="mc_currency_1" value="USD" …

Member Avatar for Dani
0
4K
Member Avatar for joshl_1995

Hello Daniweb Community, I was wondering if someone could help me with the PayPal PHP SDK (version 1.3.2), I'm just going off the examples they have provided [here](http://paypal.github.io/PayPal-PHP-SDK/sample/) focusing on [this](http://paypal.github.io/PayPal-PHP-SDK/sample/doc/payments/CreatePaymentUsingPayPal.html) I was just wondering if there is a way to attach delivery instructions (coming from the website, sending them …

Member Avatar for joshl_1995
0
456
Member Avatar for FarrisFahad

Hello, I am trying to understand PayPal IPN proccess. I have built this simple script to test with the IPN simulator in the developer section of PayPal. I have tried different type of transaction status but it keeps returning VERIFIED. Can someone please explain to me how does this work? …

Member Avatar for FarrisFahad
0
374
Member Avatar for FarrisFahad

I want to integrate PayPal IPN and payment getaway on my website. I want my website users to be able to sell ad space through my website using PayPal. I want the payment to be from my user (Advertiser) to my user (Publisher). Here is what I have done so …

Member Avatar for FarrisFahad
0
347
Member Avatar for eltonpiko

ive designa a script a bit like abay where multi vendor can sell there product and each will be pay in there specific paypal account on check out. my chanlange is how to allow multiple vendors to sell via your site and in return take a commission on sales on …

0
222
Member Avatar for FarrisFahad

Hi, I am bilding a site that allow my users to accept payment for selling ad space. I want PayPal to be my payment getaway. Is this doable with PayPal?. I know IPN, but it doesn't work because I don't want to get payed, I want my user to get …

Member Avatar for Julia_2
0
412
Member Avatar for Lau_1

Hello, anyone know how to display discount code at the paypal order summary? ![paypal.PNG](/attachments/small/4/8abddac7b536dd761ea964f20f7213ce.PNG "align-left")

Member Avatar for Lau_1
0
308
Member Avatar for happygeek

I don't usually write about acquisitions and all that financial stuff, but news that PayPal has acquired CyActive caught my eye as apparently this brings the promise of 'bio-inspired predictive security' into the online payments provider threat protection mix. Which made me think, just what the heck is bio-inspired predictive …

2
380
Member Avatar for xxmp

i have a page with this code <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:f="http://xmlns.jcp.org/jsf/core"> <h:head> <title>Facelet Title</title> </h:head> <h:body> <h:outputText value="#{pros.handleIpn(request)}"/> </h:body> </html> and althought i can access this page throught internet ip:8084/path to the page when i insert this page …

0
171
Member Avatar for ultmt.punisher

I am creating a table of my services or products where each product have their id next to it. I want to grab that product id into the URL of buy now button when customer click on that button, and when customer have done their shopping , that custom id …

Member Avatar for mmcdonald
-1
269
Member Avatar for diafol

Just noticed that my subscription came to a sudden halt in May. It seems I took out the subscription in May 2013 - so do subscriptions run for 12 months only. I can't remember cancelling my subscription. Any idea before I start sending tickets to PayPal?

Member Avatar for Dani
0
263
Member Avatar for Elvi

I want to connect my paypal with Adfly. I want to know what is "Withdrawal Account" ? Can anyone give me an example please? thanks!

Member Avatar for Elvi
0
298
Member Avatar for saravananosiz

Hi i am new to paypal , my client need to pay the payment in the date which was set by the admin , is it possible to do this using cron . is any method is there in paypal . i search in google but i didn't find the …

Member Avatar for saravananosiz
0
450
Member Avatar for christianazp_03

hello guys can i ask if the **PayPal** is ideal to use in Online Bingo Game? If Paypal is not ideal to used can u give me what payment method are ideal to use in online Bingo Game and how its works. please help me. thanks.

0
174
Member Avatar for Frank15
Member Avatar for Mike2342
0
275
Member Avatar for xanawa

Hi I have the following code so far. Basically I have a drop down list were the user selects the type of membership he wants. When he clicks the button buy now from the database the membership cost and type are displayed in the pg. The problem is that I …

0
208
Member Avatar for Thkaal

Okay, here is the code I'm using. The original author hasn't been seen in three years and I haven't been able to get a response for a month so I'm asking here. The people here seem to be abel to help me more than anyone else. This is the ipn.php: …

Member Avatar for Thkaal
0
705
Member Avatar for marifard

Hi, Hope you are ok. I made a website to recieve donations in from other people. It is possible to check if this coding hereunder are working or not? Thanks for your help. Donation page: <?php require "config.php"; require "dbconnection/connection.php"; // Determining the URL of the page: $url = 'http://'.$_SERVER['SERVER_NAME'].dirname($_SERVER["REQUEST_URI"]); …

Member Avatar for marifard
0
559
Member Avatar for kishoresai438

This is regarding paypal through Curl. I am trying to access paypal by using below code. The code is working fine in one server. After moving this code to live server, getting the below error. Can anybody tell me the solution for this. $API_Endpoint = "https://api-3t.sandbox.paypal.com/nvp"; $version = urlencode('76.0'); $ch …

Member Avatar for nauticalmac
0
448
Member Avatar for marifard

Dear friends on daniweb, First of all hope all of you are ok. I post this article to suggest me some ideas about the attachment of paypal in php. I wish to try a booking site for travelling(as a dummy at this stage). For this, php language is better than …

Member Avatar for marifard
0
369
Member Avatar for sarithak

Hi Friends, I am struggling from last couple of days with this paypal return array. After completion of successful transaction in Live account, Paypal sends empty resultset to my website. Is there anything i need to set in Mercant paypal account ? Coming to Sandbox, everything is working fine. Please …

Member Avatar for abhi10kumar
0
163
Member Avatar for iLikePHP
Member Avatar for ryantroop
1
408
Member Avatar for greenglow

Does anyone know how we can set up an ecommerce system that can limit purchases to one per customer? We'd need to use PayPal. We are trying to sell tickets and limit the online purchases to one pair (two tickets) per customer. Obviously we can limit the quantity, say in …

Member Avatar for sushants
0
198
Member Avatar for arctushar

Hi I have a website. One can download books from this site. There r various books in various price. Now I want that user will pay to paypal and I will get the value of amount diposit. How can I do that. Thank u

Member Avatar for LastMitch
0
141
Member Avatar for icephixia2000

Ok this is the most unsoveable problem i have ever dealt with and the worst is i know it can be solved because someone has done it. I want my users after succsefull payment to be redirected to my site where i will capture their details and give them a …

Member Avatar for LastMitch
0
282
Member Avatar for subrata_ushasi

Hi , I am struggling for two to make test payment through paypal sandbox but after entering user and password simply received this image attached.I want to pay through paypal using paypal's sandbox for testing and retrund to my website (localhost) giving confirmation in "confirm.php" , here is my paypal …

Member Avatar for subrata_ushasi
0
4K
Member Avatar for Dani

It took me a little bit of frustrating time to figure this out yesterday, so I thought I'd post it in case other people ran into the same issue. I set up PayPal Instant Payment Notification (IPN) and thoroughly tested it in the sandbox environment. Everything worked fine. However, when …

Member Avatar for LastMitch
0
249
Member Avatar for DaveyMoyes

Hi All, I have been configuring a monthly subscription Paypal IPN to collect monthly recurring payments from a membership website. I have my annual IPN working great. Just strugling with the monthly recurring payments. I have the following configured in my subscription button <input type="hidden" name="a1" value="' . $price . …

Member Avatar for LastMitch
0
315
Member Avatar for HunainHafeez

i put a code in my website to redirect user to paypal sandbox , after entering his email id , and storing it in session , in return url of paypal sandbox i mentioned a page but it doesn't work, it doesn't maintaing the session variable, it assigns null to …

Member Avatar for HunainHafeez
0
1K
Member Avatar for mmcdonald

Hi all, I've setup a simple cart where users choose how much they would like to deposit as virtual currency using the PayPal sandbox - I've tested it and it works great. So far I've got to successful money transfers between accounts and notifications. However what I can't figure out …

Member Avatar for diafol
0
286

The End.