Hi All,

I am making website in php. I want to add funds to my account using paypal api. Please help me how i can do that?


Regards

Recommended Answers

All 2 Replies

Hi All,

I am making website in php. I want to add funds to my account using paypal api. Please help me how i can do that?


Regards

First you check their site, they have documentation for this: https://www.x.com/index.jspa

How about by reading the PayPal documentation:
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_documentation

Normally, PayPal is implemented on a site to accept payments (which adds funds to your account if the payment is made). Adding funds to your account directly is normally done from your bank account so you can use those funds to make a purchase (yourself). That isn't something that you would normally use an API to do (and I'm not sure if the API actually supports that).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.