Skip to content Skip to sidebar Skip to footer

Order Summary Show And Payment Summary Hide In Paypal Adaptive Payment

I have tried this code but this is not working for me, I need both of this express checkout and adaptive payment, I have tried different methods but Add Order summary and payment s

Solution 1:

Express checkout is not use the adaptive payment library.

You can use the express checkout API and provide a paypal seller account id (email) different from the one making the API call. This configuration allow parallel payment in express checkout (even in redirect mode) and you can controll to which user part of the total amount of the order go.

And with express checkout, controlling the cart detail is very easy.

A link to the documentation : https://developer.paypal.com/docs/classic/express-checkout/ht_ec-parallelPayments/

Post a Comment for "Order Summary Show And Payment Summary Hide In Paypal Adaptive Payment"