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.

  • Girish Khadse 52 posts 132 karma points
    May 23, 2013 @ 07:39
    Girish Khadse
    0

    Checkout pipeline not executing automatically after DIBS payment callback.

    Hi,

    I ma facing exactly similer issue as http://our.umbraco.org/projects/website-utilities/ucommerce/ucommerce-support/14331-Integration-with-payment-(Dibs-in-my-case)?p=0, (I am using DIBS test card). I checked all relative posts but somehow could not solve it. I did all the configuration suggested in http://www.publicvoid.dk/SetupUCommerceToIncludeDIBSAsAPaymentMethod.aspx. Also selected "Checkout" pipeline to execute. I am being redirected to Payment page when I call Library.CreatePayment(PaymentMethodId) and after successful payment I am redirected back to successUrl (confirmation page in my case). But still "Checkout" pipeline is not executed after payment callback, my basket is not cleared. My payment status is "Pending authorization" (in payment_status table) which is not changing to acquired.

    Here is my config :

     

     

    testMode="True"

    debug="False"

    login="*********"

    password="*****************"

    callbackUrl="(auto)"

    acceptUrl="http://localhost:13267/en-us/paymentconfirmation.aspx"

    cancelUrl="http://localhost:13267/en-us/productoverview.aspx"

    merchant="90151341"

    useMd5="False"

    key1="******************************************************"

    key2="******************************************************" />

     

     And after successful payment following parameters are returned : 

    merchant +" --->"+ *******
    test +" --->"+ 1
    decorator +" --->"+ default
    callbackurl +" --->"+ http://localhost:13267/9/26/PaymentProcessor.axd
    lang +" --->"+ en
    currency +" --->"+ EUR
    amount +" --->"+ 291300
    submitBasket +" --->"+ yes
    orderGuid +" --->"+ 18a76c1a-4169-47e3-a317-175402d869e0
    paytype +" --->"+ V-DK
    flexwin_cardlogosize +" --->"+ 1
    orderid +" --->"+ Reference-52
    accepturl +" --->"+ http://localhost:13267/en-us/paymentconfirmation.aspx
    cancelurl +" --->"+ http://localhost:13267/en-us/productoverview.aspx
    transact +" --->"+ 727162826
    cardnomask +" --->"+ XXXXXXXXXXXX0000
    approvalcode +" --->"+ 123456
    statuscode +" --->"+ 2 

    Am I missing any part of configuration? Or what could be problem here?

  • Girish Khadse 52 posts 132 karma points
    May 23, 2013 @ 10:36
  • Søren Spelling Lund 1797 posts 2786 karma points
    May 24, 2013 @ 09:36
    Søren Spelling Lund
    100

    Hi Giresh,

    The configured pipeline is triggered when the payment gateways performs a callback to your server. For it to work your server needs to be accessible from the internet so you have to have public facing DNS or a public IP through which your dev box can be accessed.

    Hope this helps.

  • Girish Khadse 52 posts 132 karma points
    May 24, 2013 @ 10:47
    Girish Khadse
    0

    Hi Soren,

    Thank you for the reply.

    Unfortunately that was the only stone we had left unturned. This means, We will have to test it on our test environment then. I will update once I test after deployment.

    Regards,

    Girish.

  • Søren Spelling Lund 1797 posts 2786 karma points
    May 24, 2013 @ 13:11
    Søren Spelling Lund
    0

    Yes.

    I appreciate you keeping me in the loop :)

  • Girish Khadse 52 posts 132 karma points
    May 28, 2013 @ 10:26
    Girish Khadse
    0

    Hi Soren,

    YES. Everything is working on the internet facing site. 

    Thanks.

  • Søren Spelling Lund 1797 posts 2786 karma points
    Jun 03, 2013 @ 10:29
    Søren Spelling Lund
    0

    Good to hear!

Please Sign in or register to post replies

Write your reply to:

Draft