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
Comment #1
rszrama commentedThis 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.
Comment #2
kaavla commentedHas there been any new status on this feature request..
Thanks
Comment #3
rszrama commentedNo. The issue would have been updated if there had.
Comment #4
amittarkar commented@ 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.
Comment #5
guysaban commentedCommerce PayPal Chained
https://github.com/chrisolof/commerce_paypal_chained
I have not tried it but it looks solid.
Comment #6
ashwinshCommerce PayPal Chained: https://github.com/chrisolof/commerce_paypal_chained
Works for me, please check it on "https://www.drupal.org/node/2082691"
Thank you.
Comment #7
nvahalik commentedThere 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.