|
I'm creating a website with rails that sells a virtual service, and therefore don't really want to validate the billing address for credit card transactions.
From what I have read on paypal (page 14 of this pdf ) and other resources i have looked at, ...
Started by Alex.Bullard on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
A billing address is required....
That said, there may be a setting to turn this requirement off, I have not looked.
IIRC address is required.
Yes, the billing address is now required even though they do not mention it in their docs.
|
|
We are looking to replace our usage of Authorize.net. I've spent a good deal of time looking into the PayPal documentation but can't find a clear answer to my question:
Using the thousands tens of different PayPal APIs is it possible to have a checkout...
Started by Justin on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
They might be afraid from another country, in which case a PayPal....
The only way I know of to fully integrate and take the PayPal branding out of the process is to use that there are still some people who prefer to use their PayPal account.
|
|
Hi All,
My query is in regards to the checkout page.
My client only wants to accept payment via card, and plans to take the customers details and process it in her physical shop on the high street.
I have set this up but it only works when there is another...
Started by aravot on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at virtuemart):
|
Ask your Facebook Friends
|
Hi there
I had my paypal account hacked into last week.I never open any unwanted emails and I always make sure my antivirus/malware programs are up to date.I have done scans and they all come back clean but paypal are saying it must have been via spyware...
Started by leroy69 on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at malwareremoval):
May I draw....
We need to know what's running on your computer so we can give you appropriate instructions .
By posting just a description of your problems it is likely that your topic will be passed by and you will not receive the help you're looking for .
|
|
I have a shop system that integrates PayPal in the usual way, i.e. the user is redirected to paypal.com to log in and confirm the payment after which the user is directed back at a confirmation page in my shop system.
Now my customer is asking if the ...
Started by _Lasar on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
From what I remember of it using Paypal for payments....
This is because once you are off the paypal servers they lose control and can be liable for misuse of the API.
Not allow you to integrate a Paypal interface completely into a shop.
|
|
I'm building a marketplace application that uses PayPal Express. I've got a form for sellers to input their PayPal API credentials, but I need a way to validate them by making some sort of call to PayPal.
I'm using the PaypalExpressGateway in ActiveMerchant...
Started by Micah on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can always make a small transaction....
For security reasons there isn't a way to check if the email is a valid paypal account.
Check out episodes #141 through #146 at railscasts.com.
Six (!) episodes to ActiveMerchant and Paypal in particular.
|
|
Has anyone setup django-paypal? Here is the link to it: [here][1]?
I have "myproject" setup, and my folder sturecture looks like this:
myproject > paypal > (stdandard and pro folders)
to my settins.py file I added
INSTALLED_APPS = ( 'myproject.paypal...
Started by Joe on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Paypal will send messages to these....
All three url's YOU provide to Paypal.
To use for payment
Edit
http://github.com/johnboxall/django-paypal/tree/master
Your request is supposed to include a notify-url, return-url and cancel-return.
|
|
Hello,
In my website I've integrated a php script that receive an IPN notification and send a license key to the customer! This script is in a folder with other 2 php files required by the php script ... how can i protect this folder? If I place in it...
Started by BitDrink on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Address etc.) If you know the IP from which PayPal will use the script try:
order deny, allow deny from all allow from [Paypal-IP]
I wouldn't recommend shutting out all IPs, since you can't be sure that Paypal will keep the requests....
|
|
For my membership site, I've got the IPN handler done. My question is one of site "flow".
Here's how it goes: User -> Landing -> SignUp -> Verify -> PayPal -> ThankYou
So here's the problem (which could just all be in my head). Let's say...
Started by Chad on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
And I would pass the variables to the paypal API to your callback URL, and then you update ....
A user would fill out their username, password, etc.
I made a paid registration for one of my websites using the paypal API.
I received the IPN.
|
|
I've got PayPal Pro installed to the site and I don't use their Virtual Terminal.
Is there much different between PayPal Standard and PayPal Pro apart from £20 monthly fees?
Started by The Cue Store on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at ukbusinesslabs):
Fees:
For complete information on PayPal transaction fees, please see the fees section of our....
Personal: Recommended for individuals to be routed for faster follow-ups .
Accounts?
All PayPal accounts allow you to send and receive payments.
|