Sign in | Join
Last post 11-14-2009 4:33 AM by ishtiaq_ahmed. 7 replies.
Sort Posts: Oldest to newest Newest to oldest
Hi every one.
I am integrating paypal in my site developed in ASP.net C# . I want to do paypal transaction from one paypal account to another pay pal account . admin of the site has a pay pal account and wants the customers to be able to send money directly from their(customer's) pay pal account using our site.We have admin's paypal username/email , password and signature. Now im using the Mass Paymnet method code that i got from the PayPal site,with this code I m able to transfer money from admin's account to the customer's account but can not transfer money from customer's account to admin's account because the custome only gives the paypal username/email and password but not the signature . the code that i got requires the username/email password and also the signature of the sender. Please guide if there is an alternative that i can do to transfer within two paypal account withount having sender's signature. I am newbie and using paypal API for the first time Please help Thanks
As far as I know the customer accounts cannot accept money unless they are a business account?
Also, have you tried a dedicated paypal forum for a better answer on the possibilities of paypal?
I want to transfer money from a customer account to a business acccount.
Then this would just be a normal purchase. You could use my buy now button article to setup a transaction where a customer pays a business a fee:
Thank you Harry.
I dont want the user to leave our site and go to the paypal site .
I mean that i wanna do this using the paypal api. is it possible.?
I think you have to leave the website at some point so that the customer can login to their paypal account.
The alternative would mean you need an ssl certificate for your site and would need a different style of coding to get this working.
Do you have an ssl?
Thanks for ur help
We currentlt hav no ssl certificate .
But after having ssl certificate what changes i wll have to make in the code.
what exaclty you mean by the different style of coding.
Thanks