We are currently working on paypal integration as a payment provider.
With the current documentation, how to implement the process is not very easy to find out and we are a bit lost when receiving the response from Paypal on the HttpHandler and the delay for implementation is very short...
Could maybe someone post or send some implementation sample of a payment provider (ideally paypal) to gilles.faessler(at)bemore.ch ?
I just so happens that we're working on completing a number of payment provider integrations at the moment which will be included in the next release of uCommerce. Paypal is among these providers.
I've sent you an e-mail with more information on when you can obtain a prelease with the bits.
I'm having some problems with implementing PayPal as payment method. I followed this guide: http://www.publicvoid.dk/SetupUCommerceToIncludePayPalAsAPaymentMethod.aspx, everything worked out great until I tried it out. When I get to the payment part of the checkout an error appears "~\umbraco\UCommerce\Configuration\paypal_cert_pem does not exist.". The filename and the path are correct so I have no idea how to fix it.
I would like to know if anyone else had this problem or if someone successfully followed the guide and got everything to work.
I'm working on uCommerce 2.0.1.0 with uCommerce Store 1.2.0.0 installed and I got the Free Edition license. Thanks for reading!
Payment provider - Paypal how to
Hello,
We are currently working on paypal integration as a payment provider.
With the current documentation, how to implement the process is not very easy to find out and we are a bit lost when receiving the response from Paypal on the HttpHandler and the delay for implementation is very short...
Could maybe someone post or send some implementation sample of a payment provider (ideally paypal) to gilles.faessler(at)bemore.ch ?
Thank you for the help !
Gilles
Hi Gilles,
I just so happens that we're working on completing a number of payment provider integrations at the moment which will be included in the next release of uCommerce. Paypal is among these providers.
I've sent you an e-mail with more information on when you can obtain a prelease with the bits.
One thing I'd like to add is that the response you get from Paypal can be processed from any webform it does not have to be an HttpHandler.
With the help of Soeren and Matt we integrated paypal solution correctly.
I'm glad you got it sorted.
Gilles,
Any interest in posting your Paypal features (with private keys/data removed) for the community? PP integration is on my current to-do list...
Dekker
Dekker, if you're interested I can provide you with a prerelease version of uCommerce 1.1 which contains the PayPal integration piece.
Hi guys!
I'm having some problems with implementing PayPal as payment method. I followed this guide: http://www.publicvoid.dk/SetupUCommerceToIncludePayPalAsAPaymentMethod.aspx, everything worked out great until I tried it out. When I get to the payment part of the checkout an error appears "~\umbraco\UCommerce\Configuration\paypal_cert_pem does not exist.". The filename and the path are correct so I have no idea how to fix it.
I would like to know if anyone else had this problem or if someone successfully followed the guide and got everything to work.
I'm working on uCommerce 2.0.1.0 with uCommerce Store 1.2.0.0 installed and I got the Free Edition license.
Thanks for reading!
It's probably a permission issue. Make sure that the app pool identity has read permission for the specified path.
is working on a reply...