Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Paypal Direct Payment API

Is there any up to date documentation out there on how to use the Paypal direct payment API?

like image 552
nicktendo Avatar asked Apr 25 '11 18:04

nicktendo


People also ask

Can I use PayPal for direct payments?

To make a direct payment, invoke DoDirectPayment with the transaction amount and buyer payment information. The assumes that you have met the prerequisites, can communicate with the PayPal server, and that the payment is a final sale. To set up your transaction request: Specify the transaction amount in decimals.

Is the PayPal API free?

jackezt / Paypal-Payment-Get-Api Paypal Server is a self-hosted, open-source Paypal payment processor. It's secure, private, censorship-resistant and free.

What is a PayPal direct payment?

PayPal Direct Payment means a payment that is made directly through the buyer's credit or debit card and not through a PayPal Account, such as payments made through Website Payments Pro.

Is there a PayPal API?

PayPal offers APIs for new and legacy integrations.


1 Answers

I found a working demo code for Paypal direct payment API : http://www.mmtutorialvault.com/paypal-pro-integration-in-php/

like image 90
saifur Avatar answered Sep 28 '22 13:09

saifur