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/#
Related
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 am trying to integrate webmoney transfer api to my website. I downloaded the sample code in php, set up the database but when I am executing, it is giving error "Purse is not activated"
Also using this method how will I exchange webmoney from buyers webmoney to merchant webmoney.In this example it is just taking static money.
Please help me to integrate this.Thanks!
You should first activate your WM wallet at https://merchant.wmtransfer.com/conf/purses.asp
I'm looking for a way to build a web application using paypal payments standard. I'd like the user to get redirected to paypal, then fill out their information, and upon completion, add a value in our database saying that they successfully paid. I haven't found a solution or answer to this.
I found this thread for RoR, but didn't find anything for PHP
Paypal Website Payments Standard with a Ruby/Rails application
You can see instructions for a Payment Data Transfer at PayPal's site. Basically, you post the transaction amount and an ID token to their site, the customer pays on paypal.com, and then they're sent back to a pre-defined URL on your site with the transaction details.
I used the NVP API to do that.
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.
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