Questions tagged [paypal-adaptive-payments]

The Adaptive Payments API enables an entity to send money in many different scenarios, from simple to complex. For example, you might build a small send money application for a social networking site or a robust payroll system.

Adaptive Payments was deprecated by PayPal in December of 2017, and is no longer available for new integrations. Possible alternatives include PayPal Checkout for receiving payments, and PayPal Payouts (with approval) for sending payments. There are also some PayPal for Marketplace offerings that are only available to certain PayPal partners, contact PayPal for more information.

Related Tags

1024 questions
3
votes
0 answers

Why payment status is completed even email is not registered in paypal

If receiver email is not registered in paypal. after sending payment, receiver register this email on paypal (sandbox) then showing previous payment status - "Completed" but in payment response, paymentInfoList is null (transactionStatus is not…
Jitendra
  • 57
  • 3
3
votes
1 answer

paypal error ERROR Code: 580022 paypal adaptive parallel payment

I am trying to make parallel payment using palypal adaptive API. I am sending this array. Array ( [requestEnvelope.errorLanguage] => en_US [actionType] => PAY [cancelUrl] => http://www.consumersinchrist.org/ [returnUrl] =>…
Amar Banerjee
  • 4,992
  • 5
  • 34
  • 51
3
votes
1 answer

Adaptive Payments Pay API Error 580001

I'm making a PAY request to the paypal adaptive payments API in python and getting a generic error id 580001 with no additional information. headers = { # API credentials for the API caller business account …
sara
  • 71
  • 5
3
votes
0 answers

How to implement PayPal Adaptive payments to WooCommerce

I'm writing extenstion for the WooCommerce plugin and I got one problem with multiple payments. I want to use PayPal and I think the best way to do that is implement PayPal Adaptive payments. I've read PayPal's and WooCommerce's documentation but I…
3
votes
0 answers

Paypal adaptive payments fee

I'm using paypal api to accept and send payments. When accepting payments i can get payment fee amount from IPN message, but i can't get it for payments, which are send using adaptive payments api. Also i tried to request adaptive payments…
cmd
  • 515
  • 3
  • 9
  • 19
3
votes
1 answer

paypal Adaptive Payments error: 550001 - You do not have permission to constrain funding sources

I am getting this error when using the live API credentials for Adaptive Payment. reading across intrwebs and documentation it has to do something with the account permissions, but to be fair i don't know which one. receivers, api holders, or apps I…
Elijan
  • 1,406
  • 1
  • 8
  • 11
3
votes
1 answer

Add Item details to PayPal Adaptive Payments API

I am using the Adaptive Payments API, and am trying When my user is redirected to the purchase page, under "Description" they see "{My Merchant}'s Test Store". Any way to change that from hopefully the Pay API call or SetPaymentOptions API call?
AlexQueue
  • 6,353
  • 5
  • 35
  • 44
3
votes
1 answer

Committing payment on sellers website

I am working on a project which will be able to accept paypal payments. The sequence I am using is as follows: My current development sites' payment steps: The user goes to my site, Chooses to pay for something, Is redirected to paypal, The…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
3
votes
1 answer

paypal echecks need some explanation

I have read a lot of stuff and spent hours on studying the PPs API. There is one thing I don't understand and would like to know how can I do this. When sender sends money form the bank account (not cc) it's called echeck and it takes up to 5…
meso_2600
  • 1,940
  • 5
  • 25
  • 50
3
votes
1 answer

PayPal embedded payment causes current page to be opened in iframe

I am experiencing some really annoying issues with the PayPal Adaptive Payments API. I am trying to embed payments in a lightboxed iframe, I have implemented everything as instructions say. When I go to pay, and click on the button, the lightboxed…
Ste_95
  • 361
  • 3
  • 15
3
votes
3 answers

PayPal Chained payments error 520009

I am trying to setup a chained payment app, and got the application approved. I was hoping that like in parallel payments, chained payments can have users with or without a registered paypal account. But with email accounts that are not registered,…
aVC
  • 2,254
  • 2
  • 24
  • 46
3
votes
1 answer

Paypal Adaptive Payment IPN fees information

So, i don't know if i'm going crazy or what, but for the life of me I can't figure out how to get payment Paypal fee amount. For a standard payment, you get this information in the IPN. You get gross, net and fee amount. (along with other buyer…
Mooktakim Ahmed
  • 1,021
  • 1
  • 10
  • 17
3
votes
2 answers

Paypal recurring split payments

I have a website where users can subscribe for 10USD per month to a monthly pack with digital goods. 90% from each subscription goes to the content owner; 10% from each subscription goes to the website owner (the amount is being split). I want to…
3
votes
1 answer

Is it possible to have PayPal standard expand the 'Guest Payments' tab by default?

I am using PayPal Standard to process orders. I have the "Paypal Account Optional" feature set to on, which makes it possible to accept payments from customers who dont have paypal accounts. OpenCart is the shopping system that i am using. This is…
Kenci
  • 4,794
  • 15
  • 64
  • 108
2
votes
1 answer

Rails 3.2: Undefined method 'class_inheritable_accessor' in activemerchant

I'm building my first Rails app and trying to integrate active_paypal_adaptive_payment with Rails 3.2.1, however when I try to boot up the rails server it runs into the problem of, "undefined method 'class_inheritable_accessor' (in line 4 of…