简体   繁体   中英

Chained payment with paypal pro

I need to implement chained payment with paypal pro. Can I do it as I can do in adaptive payments? Means doing payments to multiple receivers from one payer who does not have a PayPal account and can pay from his/her credit card.

You would not be able to do this with Website Payments Pro the same way that you use it for Adaptive Payments. The only way to split a payment in the Website Payments Pro flow is to process multiple DoDirectPayment API requests. You would either need to have all of the API credentials for all of the accounts that you are going to be making the API calls on, or you would need to have those accounts grant 3rd party permissions to your API credentials and then just pass over the email address of their PayPal account in the variable subject .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM