Top "Paypal-adaptive-payments" questions

The Adaptive Payments API enables an entity to send money in many different scenarios, from simple to complex.

How to send money to any paypal account

Is it possible to send money using paypal API to any paypal account (not just to API credentials owner). I …

paypal paypal-adaptive-payments paypal-soap
PHP example for PayPal Adaptive Payments ConvertCurrency API

Trying to wrap my head around the new PayPal Adaptive Payments API - specifically the ConvertCurrency functionality. Has anyone had …

php paypal paypal-adaptive-payments
PayPal API - Verify that an account is valid / exists / verified

Has anyone been able to verify the validity of a PayPal account only by the email address? AdaptiveAccounts GetVerifiedStatus (in …

paypal paypal-adaptive-payments
How do I get an application id for the Paypal sandbox?

I've been going around in circles with the paypal documentation. How do I get a paypal app id for the …

paypal paypal-adaptive-payments
Can't verify CSRF token authenticity in rails

I am using PaypalAdaptive. It sends ipn_notification properly. ipnNotification action method is as following - def ipn_notification ipn = …

ruby-on-rails csrf paypal-adaptive-payments
Paypal REST API Adaptive / Multiple Payments (change payee)

I've just started looking at Paypal's REST api. One thing I can't seem to see is a feature paypal call …

paypal paypal-sandbox paypal-adaptive-payments
How to use Paypal adaptive payments with IPN?

I am using the adaptive payment system from Paypal. Using a sandbox account, I was able to make a PayRequest …

paypal paypal-ipn paypal-adaptive-payments