Have been asked to put together some costs for implementing uCommerce, and was going to provide some options for possible payment gateways. Had a look on the projects site and noticed that multiple payment methods such as Paypal, DIBS, Cybersource are supported. Has anyone used Sage Pay, Secure Trading or PayPoint.
Apart from an SSL and hosting are there any additional things that I should consider?
Since originally replying here a couple of things have happened: uCommerce now comes with payment providers built in for PayPal, DIBS, and ePay. We're in the final testing stages of additional providers for RBS WorldPay, SagePay, Payer.se, and PayEx.
@Soren, great integrating with a payment Gateway using External Payment Windows documentation.
I have a question no uCommerce package question. uCommerce store is too complex for I need to do. Because I just try to do a simple donation form using contour form and post to a gateway MiraPay Host. Because cannot make the form submit the values to another url, .net tag always posts back to it's own page. How you post form hidden value to hosted gateway?
uCommerce does its thing by using an HttpHandler which handles the entire page. Basically it generates a basic HTML form which does allow us to post to a different URL. Javascript is used to auto submit to the remote URL.
You could achieve the same thing using XSLT and basically avoid .NET for the form altogether.
Payment Gateways and General Advice
Hi All
Have been asked to put together some costs for implementing uCommerce, and was going to provide some options for possible payment gateways. Had a look on the projects site and noticed that multiple payment methods such as Paypal, DIBS, Cybersource are supported. Has anyone used Sage Pay, Secure Trading or PayPoint.
Apart from an SSL and hosting are there any additional things that I should consider?
Thanks in advance
Eddie
Hi Eddie,
I can send you some documentation on how to implement a custom payment gateway. Just send me your e-mail address to [email protected].
The hosting requirements for uCommerce is IIS 6 and up, and Sql Server 2005 and up - Express editions are supported too.
If you have any further questions, I'll be happy to help.
Hi Lasse,
Could you post some info on payment gateways as I there doesn't seem to be that much out there?
Many thanks
Matt
We've got it described as part of our training documentation, which isn't available on the web yet. You're welcome to a copy via e-mail.
Sorem
I need some help on integrating paypal in ucommerce, can you please send a copy of documentation on [email protected]
Regards
Nauman
The article is online: Integrating uCommerce with a Payment Provider.
Hi Soren
Thanks for posting the link, very useful.
Eddie
Happy to help. Let me know if I can do anything else for you.
Since originally replying here a couple of things have happened: uCommerce now comes with payment providers built in for PayPal, DIBS, and ePay. We're in the final testing stages of additional providers for RBS WorldPay, SagePay, Payer.se, and PayEx.
Also additional documentation has been released:
Integrating with a Payment Gateway using External Payment Windows
Setup uCommerce to Include PayPal as a Payment Method
Setup uCommerce to Include DIBS as a Payment method
Setup uCommerce to Include ePay as a Payment Method
@Soren, great integrating with a payment Gateway using External Payment Windows documentation.
I have a question no uCommerce package question. uCommerce store is too complex for I need to do. Because I just try to do a simple donation form using contour form and post to a gateway MiraPay Host. Because cannot make the form submit the values to another url, .net tag always posts back to it's own page. How you post form hidden value to hosted gateway?
Hi Yan,
uCommerce does its thing by using an HttpHandler which handles the entire page. Basically it generates a basic HTML form which does allow us to post to a different URL. Javascript is used to auto submit to the remote URL.
You could achieve the same thing using XSLT and basically avoid .NET for the form altogether.
Hi Soren,
Thanks you very much for the advice! I will try to use XSLT generate the basic form.
is working on a reply...