Copied to clipboard

Flag this post as spam?

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


  • Luke Alderton 191 posts 508 karma points
    Jun 22, 2012 @ 11:40
    Luke Alderton
    0

    WorldPay Integration

    Hi,

    I was wondering how to set up the Payment Response for WorldPay, I am able to complete a successful payment but the orders do not show up in tea commerce and WorldPay does not redirect back to the shop, what am I doing wrong?

    Thanks in advance,
    Luke

  • Anders Burla 2560 posts 8256 karma points
    Jun 22, 2012 @ 11:48
    Anders Burla
    0

    We havent had the time to create a blog post about the integration yet. But i can send you info in an email. Could you write an email til [email protected] and I will send info back.

    Kind regards
    Anders

  • Bill Smith 52 posts 222 karma points
    Mar 05, 2013 @ 12:15
    Bill Smith
    0

    We are also having callback failure with Worldpay, we get the following error:

       Error reported: Callback to 7/76/PaymentProcessor.axd: NOT OK, recevied HTTP status: 500 - too many redirects.

    Any ideas what could be causing this, We have enabled Payment Response enabled to <wpdisplay item=MC_callback>

    And turned off request validation and set requestValidationMode="2.0"

    Bill

  • Anders Burla 2560 posts 8256 karma points
    Mar 05, 2013 @ 17:10
    Anders Burla
    0

    Bill - send me your contact details and I can send you some docs on the integration

    Kind regards
    Anders

  • Bill Smith 52 posts 222 karma points
    Mar 06, 2013 @ 20:48
    Bill Smith
    0

    Many thanks Anders, we've also had Worldpay look at this. I'm totally flumoxed with this as I can't see anything obvious. The only thing that I can think of is a conflict between the live system (which is not umbraco/ucommerce) and our test system.

    I have sent you my contact details.to [email protected].

    Regards,

    Bill

  • Anders Burla 2560 posts 8256 karma points
    Mar 08, 2013 @ 11:23
    Anders Burla
    0

    Hi Bill

    I havent recieved your mail - could you try and send again?

    Kind regards
    Anders

  • Bill Smith 52 posts 222 karma points
    Mar 09, 2013 @ 20:50
    Bill Smith
    0

    Sorry Anders, you can contact me at:

    [email protected]

    I look forward to hearing from you.

    Best wishes,

    Bill

  • Anders Burla 2560 posts 8256 karma points
    Mar 10, 2013 @ 09:40
    Anders Burla
    0

    Email heading your way

  • Ivan Saric 40 posts 89 karma points
    Sep 26, 2014 @ 17:44
    Ivan Saric
    0

    Hi Bill, I have a same problem with WorldPay callback: Error reported: Callback to /9/2134/PaymentProcessor.axd: NOT OK, recevied HTTP status: 500 Server Reference: ukdc2-pz-cen07:callbackFailureEmail-35414:MerchReq-245-12

    Enabled: Payment Response, Recurring Payment Response, Shopper Response

    Did you find any solution for this problem?

    Thanks, Ivan

  • Anders Burla 2560 posts 8256 karma points
    Sep 29, 2014 @ 08:58
    Anders Burla
    0

    Hi Ivan

    I send him an email with the "docs" of how to do things. Write us an email at: info (at) teacommerce.net

  • Ivan Saric 40 posts 89 karma points
    Sep 29, 2014 @ 15:01
    Ivan Saric
    0

    Thanks Andres, I sent you an email with details.

  • Anders Burla 2560 posts 8256 karma points
    Dec 19, 2014 @ 15:35
  • Ritesh 11 posts 91 karma points
    Apr 27, 2020 @ 20:14
    Ritesh
    0

    Hi,

    I am using Umbraco 7 and UCommerce uCommerce 8.4.1.19353. I am integrating Worldpay 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.

    http://www.mysite.com/8/1043/PaymentProcessor.axd:

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

    [HttpPost] 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.

Please Sign in or register to post replies

Write your reply to:

Draft