Copied to clipboard

Flag this post as spam?

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


  • Ritesh 11 posts 91 karma points
    Apr 27, 2020 @ 20:19
    Ritesh
    0

    Please help - Not able to integrate worldpay with uCommerce.

    Hi,

    I am new to UCommerce. I am using Umbraco 7 and UCommerce uCommerce 8.4.1.19353. I am integrating Worldpay and have done required settings with it but I am stuck with Payment orders. Page redirects to worldpay and it shows worldpay confirmation page but it do not redirects to mysite's page and showing error in my email box from world pay.

    Error reported: Callback to: http://www.mysite.com/8/1043/PaymentProcessor.axd: failed CAUSED BY Error status received for CONNECT:503, Service Unavailable Server Reference: ukdc2-pz-cen09:callbackFailureEmail-403:MerchReq-839

    below is my code., I am also not able to find any sample code or help.

    public ActionResult Index(PaymentViewModel payment) { TransactionLibrary.CreatePayment( paymentMethodId: payment.SelectedPaymentMethodId, requestPayment: false, amount: -1, overwriteExisting: true);
    
        TransactionLibrary.ExecuteBasketPipeline();
    
        return Redirect("/preview");
    }
    
    public ActionResult Index(bool checkout) { UCommerce.Api.TransactionLibrary.RequestPayments();
    
        return View("/Views/Complete.cshtml");
    }
    

    Can anyone please guide me on same.

  • Morten Skjoldager 440 posts 1499 karma points
    Apr 29, 2020 @ 08:58
    Morten Skjoldager
    0

    Hi, sorry to hear that you have trouble with this.

    I think this error is related to the fact that Worldpay needs to send a request back to your site at the PaymentProcessor url that fails. It is typically because your computer / server is not accessible from the outside world.

    Typically firewall issues / network issues. The best way to test this is typically to use your mobile phone on 4G and request the site - when your mobile phone can reach it, so can Worldpay.

    Can you verify?

  • Ritesh 11 posts 91 karma points
    Apr 29, 2020 @ 18:41
    Ritesh
    0

    Thank you for your reply. I will try and update here on same.

    Regards

  • Ritesh 11 posts 91 karma points
    May 03, 2020 @ 12:06
    Ritesh
    0

    Hi,

    Thank you for your reply.

    I have deployed site on staging server and it is accessible from mobile and other open networks. Now We are getting below error.

    Error reported: Callback to http://party.vmobee.in/8/15/PaymentProcessor.axd: NOT OK, received HTTP status: 500 Server Reference: ukdc2-pz-cen09:callbackFailureEmail-8419:MerchReq-989-60

    We have configured "http://party.vmobee.in/basket/confirmation/" page as success url with worldpay.

    Regards, Ritesh

Please Sign in or register to post replies

Write your reply to:

Draft