In the last paragraph for pp express https://developer.paypal.com/docs/classic/express-checkout/integration-g... there is a part (last paragraph) where you can make uses make their payments on paypal page, so they dont need to click PAY on drupal page. I see there is no support for this kind of action in current EC module, wondering for some info how we could make integration of that. Paypal part is not a problem, you send different parametar to paypal and it is done. What to call in drupal part to also finish checkout without that last page?

Comments

rszrama’s picture

I wouldn't recommend this generally speaking, since coming back from PayPal is the point at which the order is updated in Drupal to include taxes, shipping, discounts, etc. However, it does appear we could theoretically add support for the useraction parameter to be set to "commit" to finalize payment without the redirect back. You can also do this yourself by using the appropriate alter hook in a custom module.

Marko B’s picture

Yes we did that years ago, was a good decision as the conversions were higher.