You don't actually have to crate that page. uCommerce will take care of all of that for you.
Basically you'll call RequestPayment and uCommerce will redirect the customer to a page on the DIBS servers, which will handle credit card processing from that point. Once complete DIBS will notify uCommerce that all is well and the order will be created.
Thanks. It helped me a lot :-) But, still, how can i customize checkout page, should i use DIBS API and some overriting of your methods?
Also i can't find detail explanation about DIBS settings, about login, should i set login forcheckout, or it will be enough to provide Key1, Key5 and MerchantId?
Used if you want to use the remote API to do authorization, capture and cancel. This is the same login used for the DIBS administration panel.
For me seems that i need to insert login and password in config file, but i do not know does cusomer liked that he need to provide password and login from DIBS admin panel.
Maybe i missed somewhere in my thoughts, can you put me on right way? :-)
DIBS payment example
Hello.
I am new to uCommerce. We are developing web shop, which will use DIBS as payment system.
I had read infromation at http://www.publicvoid.dk/SetupUCommerceToIncludeDIBSAsAPaymentMethod.aspx about setting up DIBS. Also i had read information about payment window implementation at http://www.publicvoid.dk/IntegratingWithAPaymentGatewayUsingExternalPaymentWindows.aspx
What is not understandable for me, how i should implement functionality for drawing that window in my application?
I am using .Net 4.0, and creating usercontrols which i embed to Umbraco as macroses.
I had found this classes:
DibsPageBuilder requires iConventService as parameter in constructor. I can't figure out how i should use that.
Can you provide me some examples how implement DIBS as payment system?
Thanks.
Hi Igor,
You don't actually have to crate that page. uCommerce will take care of all of that for you.
Basically you'll call RequestPayment and uCommerce will redirect the customer to a page on the DIBS servers, which will handle credit card processing from that point. Once complete DIBS will notify uCommerce that all is well and the order will be created.
Hope this helps.
Thanks. It helped me a lot :-) But, still, how can i customize checkout page, should i use DIBS API and some overriting of your methods?
Also i can't find detail explanation about DIBS settings, about login, should i set login forcheckout, or it will be enough to provide Key1, Key5 and MerchantId?
You said:
Finding login
Used if you want to use the remote API to do authorization, capture and cancel. This is the same login used for the DIBS administration panel.
For me seems that i need to insert login and password in config file, but i do not know does cusomer liked that he need to provide password and login from DIBS admin panel.
Maybe i missed somewhere in my thoughts, can you put me on right way? :-)
Thanks.
uCommerce uses DIBS FlexWin, which you can style however you like.
Login is required only to support refunds AFAIK. If you're not doing order processing in uCommerce you won't need that particular setting.
Thanks for information. It helped me much.
is working on a reply...