Hello, I want to create a button like rapidshare: http://rapidshare.de/en/premium.html Customer click this button and goto paypal to pay. But I want it encode info like rapidshare website, you can check source code. And want customers must use paypal verify to pay, how to do it? How to set these options? - create button - pay with paypal verify
Creating the Pay Button is easy. Log into your Paypal account. Then go to the Merchant Tools tab and click 'Buy Now Buttons'. Go through the form and copy the code over to your site. As to restrict your sales to just Verified Account, I don't think there is a way to do that. What you can do is not to set up automated delivery on your site. So each time someone pays via Paypal, you can check if the person is verified and if so, complete the order, otherwise refund them the money at no cost to you. Make sure on your website, you state that you only accept payment from a verified paypal account only.
This is the first time I use paypal, I have premium account. I don't want user pay with credit card, they may use loss/stolen card. I want they pay with paypal verify only. I want create button with dinamic money: http://www.zendecode.com/index.php?view=purchase They enter number, they get prices, then they click pay with paypal button and goto pay page. If I have customer email, how to check their paypal account verify or not?
I am not sure if you could block the credit card function. One way I know it can be done is to downgrade your account to a personal account where credit card transactions cannot be accepted. When you get the email from paypal that you have funds, it will look something like There will also be a link for you to verify if it is a real transaction. You will not know if the transaction comes from a paypal-to-paypal transfer or funded using a credit card. Some people like me have Verified Accounts but we do not always have all our money in our Paypal accounts and would fund it as and when needed. If you restrict to only paypal to paypal transfer, you will be making your money place very small. I don't keep too much money in my paypal account because of the fear of having it closed.
thank you very much. another question: about Monthly Statements, I can view it online or paypal send it to address?
For the Monthly Statements, you view it online. In fact, they have a real-time statement so you do not need to wait till the end of the month for it.
do you know the fastest way to create link allow user pay? I have a service, prices is dinamic and I want a tools allow create payment link fast.
Create the Buy Now button but set it to unencrypted. Once you are done, you be given two sets of HTML Code, one is for a form and the other one for an email link. Use the one for the email link for your script. The price for that buy now link is exposed as That is $55 if you are wondering. Just have our dynamic script generate the same order link but just change the amount and the item number and name to suit your needs and you do fine.
thank you, I have only one product, just edit amount=xx Do you know the way to check customer's paypal verify/unverify before they make payment?
No, there isn't a way that I know. But just do not offer automated delivery of your product so when the order comes in, you can determine to deliver your product or to refund them their money and deny them your product. That's what I am doing now.