Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Igor 25 posts 45 karma points
    Jun 23, 2011 @ 11:32
    Igor
    0

    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:

    DibsPaymentMethodService, DibsPageBuilder

    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.

  • Søren Spelling Lund 1797 posts 2786 karma points
    Jun 23, 2011 @ 12:55
    Søren Spelling Lund
    0

    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.

  • Igor 25 posts 45 karma points
    Jun 23, 2011 @ 14:49
    Igor
    0

    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.

  • Søren Spelling Lund 1797 posts 2786 karma points
    Jun 23, 2011 @ 15:42
    Søren Spelling Lund
    0

    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.

     

  • Igor 25 posts 45 karma points
    Jun 23, 2011 @ 15:52
    Igor
    0

    Thanks for information. It helped me much.

Please Sign in or register to post replies

Write your reply to:

Draft