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?
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.
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.
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
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.
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
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
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
Bill - send me your contact details and I can send you some docs on the integration
Kind regards
Anders
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
Hi Bill
I havent recieved your mail - could you try and send again?
Kind regards
Anders
Sorry Anders, you can contact me at:
[email protected]
I look forward to hearing from you.
Best wishes,
Bill
Email heading your way
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
Hi Ivan
I send him an email with the "docs" of how to do things. Write us an email at: info (at) teacommerce.net
Thanks Andres, I sent you an email with details.
See this post for Tea Commerce v2+
http://our.umbraco.org/projects/website-utilities/tea-commerce/tea-commerce-support/58060-WorldPay-support
Kind regards
Anders
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);
public ActionResult Index(bool checkout) { UCommerce.Api.TransactionLibrary.RequestPayments();
Can anyone please guide me on same.
is working on a reply...