Hi,

I need to implement on my drupal platform a preaproval & chained payments.

PayPal WPS does a god job for the preaproval payments (authorization).

What is the best way to implement a chained payments (from Adaptive Payments API https://www.x.com/developers/paypal/documentation-tools/quick-start-guid... )

I wish i could just add receiver's datas (paypal mail account) in a variable with a hook_form_alter of commerce_paypal_wps_redirect_form form. Unfortunately, this variable seems not to be available ( https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=develo... )

Any ideas are welcome!

Thanks.

Comments

rszrama’s picture

Title: Preaproval & Chained Payments » Add support for Adaptive Payments
Component: PayPal WPS » PayPal / IPN
Status: Active » Postponed

This module doesn't support the Adaptive Payments API at all, so it will have to be updated to include such support before you can do chained payments.

kaavla’s picture

Has there been any new status on this feature request..
Thanks

rszrama’s picture

No. The issue would have been updated if there had.

amittarkar’s picture

@ amitaibu: I have seen you have implemented paypal chained module at https://github.com/amitaibu/commerce-paypal-chained, In this module
as described in this link, 'https://drupal.org/project/adaptive_payments', is following example possible in the commerce-paypal-chained for drupal 7?
Example: On a market place site, sender makes a payment for a product, Site owner (primary receiver) gets 10% and the balance is send to the stall owner. Or, as with the children party example above, the primary receiver can be the event organiser.
I mean is it possible for a site owner to set percentage for all seller accounts? I need this for commerce auction.

guysaban’s picture

Commerce PayPal Chained
https://github.com/chrisolof/commerce_paypal_chained

I have not tried it but it looks solid.

ashwinsh’s picture

Issue summary: View changes

Commerce PayPal Chained: https://github.com/chrisolof/commerce_paypal_chained

Works for me, please check it on "https://www.drupal.org/node/2082691"

Thank you.

nvahalik’s picture

Status: Postponed » Closed (duplicate)

There is a new version of this ticket: #2082691: Support PayPal Adaptive Payments (Chained Payments). Closing this ticket since it's tagged 1.x and the new ticket has more activity and will have a patch posted today.