I have the generic structure here:
<?xml version=”1.0” encoding=”UTF-8”?>
<SOAP-ENV:Envelope xmlns:xsi= ” http://www.w3.org/2001/XMLSchema-instance”
xmlns:SOAP-ENC=”http://schemas.xmlsoap.org/soap/encoding/”
xmlns:SOAP-ENV=”http://schemas.xmlsoap.org/soap/envelope/”
xmlns:xsd=”http://www.w3.org/2001/XMLSchema”
S...
I am trying to implement PayPal IPN functionality. The basic protocol is as such:
The client is redirected from my site to PayPal's site to complete payment. He logs into his account, authorizes payment.
PayPal calls a page on my server passing in details as POST. Details include a person's name, address, and payment info etc.
I need t...
Hi,
I'm trying to integrate a payment mechanism to my site. The scenario that I need is not trivial and can be explained by the following example:
User pays upfront for a subscription program (i.e. receiving Netflix). User is able to make changes to the subscription (i.e. change number of movies checked out each time from 4 to 2)
Use...
I’m trying to implement the following scenario:
User approves a recurrent weekly payment (subscription) for a selected package size
Every week the user can:
a. Cancel a specific week delivery and avoid paying for this week
b. Modify the package size and pay less/more for this time only
c. Add additional items and get charged for them i...
I have a flash as3 file, and I'm importing an HTML file that contains this link:
<a href="purchase.php?lang=0&"><img src="https://www.paypal.com/en_GB/i/btn/btn_buynowCC_LG.gif" id="paypal_button"></a>
and I cannot for the life of me figure it out, I've looked everywhere.
There were a couple of forums that suggested:
function onTick...
I have a cc form in the site. After the customer fills the form and in the background(using curl or fsock etc.. or through API calls) the cc details can be validated with Paypal? any API's exists? This is something like authorize.net payment integration
Thanks
...
Hi guys, this may come as pretty odd but I'm now working on a membership based website where users sign up and choose mode of membership which would be on monthly, quarterly or yearly payment basis. Its going to be paypal based. However despite having worked 5 years I haven't ever working on any ecommerce project before :\ instead I've w...
I am trying to figure this site out
http://integrationwizard.x.com/ecpaypal/code.php
to integration the payment system into my site
but i am really confused on how to get it to work.
the site im doing this for is http://alldaywhite.com/
this is what i did
if you enter some information on the first page
the second page will be the paym...
if transaction fails on paypal page or ccavenue page then how can i rollback all processing in php
...
If you use Google Checkout, do you still need to use ActiveMerchant/Spree/some payment gateway or does Google act as the gateway the same way that ActiveMerchant/Spree would?
Also, are there any disadvantages to using Google Checkout that might be solved by using ActiveMerchant?
Also, is it a good idea to offer PayPal in addition to Go...
I want to sell online. and I tried to create a Paypal account and surprise, surprise :
Paypal doesn't support my country.
so what can I do ?
i checked out 2checkout.com and it does support my country. and 2checkout seems to mention they accept payments from Paypal account.
what do you think i should do ?
...
I'm looking at the Paypal IPN docs, and it says the datetime stamps of their strings are formatted as:
HH:MM:SS DD Mmm YY, YYYY PST
So year is specified twice? Once in double digits, and another with 4 digits? This looks bizarre.
...
I have a single product, a file that is dynamically created and I need a paypal to return a customer after payment is done to the address of the file.
Simple Buy Now button is elegant but if I put
<input type="hidden" name="return" value="http://www.mysite.com/x727x7e.dat">
into a button's code, simple browser's Page - View Source ...
I know the title isn't amazingly descriptive, sorry.
Basically I'm in the midst of creating a website where users can search for and buy website layouts, wordpress/joomla themes etc. Now users will be able to credit their account from paypal and use this 'site credit' to buy themes etc. Now this can be done with IPN, but for people sell...
Hi, on my website I sell unique items. I have programmed it so that on the selling page, users can select any amount of these items, and it calculates the cost. The key is that I only have 1 of each of these items. So I need the shopping cart system to not allow the payment to go through unless it is available.
I've been searching for a...
Hi guys - this is a follow up on my question on paypal integration. I'm working ona membership site for racing fans. My membership site has 3 membership levels - free, gold and premium. When a user signs up he/she can gets a free membership on the spot but has the option to upgrade to a gold membership for 4 Dollars a month or a premium ...
Hello
I am implementing paypal website standard method. using this method i want to implement installments. Installments means that the buyer will have to pay the money. He cannot cancel this subscription unless he has paid all the installments. Can any buddy help?
regards
Qasim Ali
...
Hello,
I am integrating a PayPal "Add to Cart" button into Lightbox 2.
With the help from some kind folks on this site, I was able to get the PayPal button implemented the way I wanted.
However, the problem I have now is when you click the PayPal Add to Cart button, the PayPal shopping cart reports the following error:
"PayPal cannot...
Hi guys, working on my paypal integration and its going great - I was wondering that in the case a refund needs to be made is there a way to have a refund made programmatically?
...
I've got a web application with a form where users can sign up for a seminar. The process is currently as follows:
Register for seminar
Registration success page with Paypal Buy-Now button to make payment
Paypal payment
Registration completion page
At present, emails are sent to the admin and the user at step 2 after registering con...