i have an idea about how pay-pal works but not an expert.
I'm asked to implement online banking (using PHP) through PAY-PAL in my page.
I've no idea where to begin.
No introductory sites where found by 'googling'.
Is web-service needed for this implementation?
Any site for beginners will do.
Thanx all.
check out this link
Read this section
Using Merchant Services
You will get basic info of
Adding PayPal to my website
Website payments
Subscriptions
Email payments
Coupons
Related
I am working on a PHP application for our client in which the users buy some products and earn some points. The points are then converted into cash and our client needs to send the cash back to his users through ther paypal email address.
I found that for sending money to users, paypal uses payout API through which we can programatically send the money to the users.
I have created a developer paypal account.
I found the article here for integrating the API: https://developer.paypal.com/docs/payouts/integrate/api-integration/#set-up-your-development-environment
But I am not sure how to use the code specified in the article here and I need PHP code for the integration.
Is there any way to get the PHP code for the integration of Payouts API with our PHP application?
Or
How to use the code specified in the article in our PHP application?
Any idea will be really helpful. I really dont know where to start.
Thanks in advance.
There is information on the bottom of the page you linked to on how to set up the Payouts-PHP-SDK, if you prefer ; https://developer.paypal.com/docs/payouts/reference/setup-sdk/#
Forgive the newbie question.
I'm having a PHP developer build a web app that manages a database of contacts who will need to be paid varying amounts every week.
Is it possible via the PayPal API to click a button within the web app that instantly sends funds to an individual (assuming of course that their paypal address is already in the table)?
Hope I'm asking this right. Thanks in advance for any tips.
Dave
yes that's possible. Have them look into the Paypal Payouts API. https://developer.paypal.com/docs/integration/direct/payouts/
I know this question has repeated in stackoverflow. But i'm posting this, just to get an advice as i have messed up all the things about this topic and i don't have any correct idea of what i'm doing.Please guide me.I will be very grateful. I'm just a beginner to programming. I'm developing a web site, Which can post advertisements by customers about vehicles. and whenever a customer posted a ad, if he/she needs to make that posted advertisement to be appear at the top of the website, he/she can pay a fixed amount of money and make that advertisement the top ad. So for this task i need to ad a payment gateway which can accept credit card payments.
I have created a sandbox account in paypal developer site and also have upgraded it to paypal pro account. and also i watched so many tutorials on this, but now i have messed up with all those tutorial information and i don't have correct idea about how to do this. In some tutorials there linking the paypal account with paypal manager etc. I'm messed up with all these things and i don't know what purpose they are creating this paypal manager etc. According to my knowledge i think, To accept credit card details paypal payment pro account is used. So please anyone can give me a guide to how to begin to do this task. and if anyone can please show me a any step by step tutorial to achieve this task.
please guide me.
I will be very grateful for any help :-)
If you are using Paypal to validate payment, normally you just have to use the PayPal API.
Official documentation is good : Paypal SDK
Hope it can helps you.
EDIT : Here, examples in PHP, very simple.
First time I am starting to implement the paypal integration. Please tell me how to write code for a payment gateway(paypal) in php and it will be better if you will show a good demo from where I can get some ideas.
There are several sources on the net where you can find detailed information regarding paypal integration (with php). Here is one to be named:
Paypal
I have a database where you can select articles etc, users have an account, it's all in mysql and php (i guess you don't need that code).
What i was wondering was how to write a script that allows users to pay online for the articles they selected?
It doesn't need to be any code, just ideas / hints / tips / ... (that are doable in PHP or something similar)
Thanks in advance!!
-Samuel
You have to do that through a service that collects money, such as paypal or a bank.
You make an account there, and they will provide the necessary files and documentation to do that.
Usually it will mean
when the user wants to pay, you redirect them to a specific page in the payment site
you host an IPN (Instant Payment Notification) file where that site will contact you when he receives a payment
I've done some paypal coding before and it is easy to set up, suggest that you should search for payment gateway that, i've work with ipay88.com before its one of payment gateway at my place.
Usually if you setup the paypal for the business transaction you will need to register as merchant account and they will charge you per transaction, same goes with payment gateway.
It is a very broad question. But basically you need to integrate some payment module, such as paypal. Look at their website, where there are tutorials on how to get it working with php.