Questions tagged [worldpay]

Tag for entries relating to Worldpay, previously RBS Worldpay.

Worldpay provides online payment services in several modes including redirect, XML service and hosted services.

131 questions
24
votes
8 answers

How Do I Create Returning Page Setting with WorldPay?

The docs for WorldPay are really difficult for me to understand after reading and re-reading them for hours. (In fact, many of the docs gave me the wrong Live URL and I had to look around on the web and try things with trial/error in order to find…
Volomike
  • 23,743
  • 21
  • 113
  • 209
9
votes
1 answer

Active Merchant Integrations (off site payments)

My original question (below) was perhaps too specific, so I'm going to ask something more general! Can anyone point me in the direction of a tutorial, example or documentation on using Active Merchant Integrations to support an offsite payment…
Mike
  • 9,692
  • 6
  • 44
  • 61
5
votes
3 answers

How to integrate worldpay with angular2

I am trying to integrate Worldpay in an angular2 app. I am using own form (own-form) approach where it is necessary to include their script in page: Add specific attibutes for some…
mihai
  • 2,746
  • 3
  • 35
  • 56
4
votes
1 answer

ASP.NET MVC 3 - Replacing HttpContext Response Not Working

I am using Nopcommerce which has recently been upgraded to use MVC3 - previously it used webforms. I am attempting to connect to Worldpay's (payment gateway) hosted site. The process is a little convoluted but essentially a form needs to be…
JP.
  • 5,536
  • 7
  • 58
  • 100
4
votes
1 answer

WorldPay AccessCheckoutSDK IOS "generateSession" gives "Identity is invalid" error

I am trying to integrate WorldPay's "AccessCheckoutSDK" in my IOS Application using Swift by following https://developer.worldpay.com/docs/access-worldpay/checkout/ios/card-only while generating session it give me "Identity is invalid" error . Here…
Vikas saini
  • 648
  • 1
  • 17
4
votes
1 answer

Worldpay 3D Secure in React web app

I am attempting to integrate worldpay with out React web app. Incorporating the credit card functionality via Worldpay.useTemplateForm() is working fine but the next step is causing a problem. To use 3DS we have to redirect away from our site to a…
Martyn Joyce
  • 374
  • 1
  • 10
4
votes
1 answer

MC_callback not redirecting when integrating WorldPay HTML redirect

I am building a script to send data to WorldPay via HTML POST. It all works great except when the payment has been processed it doesn't redirect back to the customer's site. I have added in the return URL into the Payment Response URL in the…
Pete Naylor
  • 776
  • 2
  • 14
  • 33
4
votes
2 answers

Worldpay Direct XML

When I submit XML to https://secure-test.WorldPay.com/jsp/merchant/xml/paymentService.jsp:
3
votes
0 answers

Differentiate between a WorldPay future payment and initial payment

I have read the WorldPay FuturePay documentation and I am clear on everything and what to do. I have a few questions that keep lurring around my head and causing confusion. If someone senior or with experience on this shine some light it would be…
Cam
  • 137
  • 1
  • 2
  • 10
3
votes
2 answers

Validating payment amounts with WorldPay

We are using WorldPay to process payments for a tiered membership system, for which the payment amount varies dependent upon the membership tier selected. The payment is passed to WorldPay via a form post from a number of hidden fields,…
Ant P
  • 24,820
  • 5
  • 68
  • 105
3
votes
1 answer

Worldpay Test Mode - testing error response not redirecting to resultC.html

I'm currently trying to integrate WorldPay into our website (custom PHP, no open source e-commerce framework). I have got it to successfully process an 'AUTHORISED'/successful payment in Test Mode and the Payment Response URL all works, the customer…
lemon
  • 595
  • 1
  • 7
  • 21
2
votes
1 answer

How to integrate Fisglobal(World Payment Gateway) Express Tokenized Payment API in my web application?

I'm trying to integrate Fisglobal Express Tokenized Payment API in my web application but I'm having trouble getting started. I've searched for the documentation but I'm still not sure how to proceed. Can someone provide me with a step-by-step guide…
Nileshsinh Rathod
  • 948
  • 1
  • 17
  • 37
2
votes
1 answer

WorldPay 3ds implementation INVALID_PAYMENT_DETAILS

I am trying to implement 3ds to an existing worldpay payment to my system. Although this works with test environment requests, I am facing problem with the live on the final authorize call, Worldpay returns invalid payment details. Here is the…
Sam
  • 21
  • 3
2
votes
1 answer

ASP Core, XML deserialization, ignore DTD DOCTYPE tag (WorldPay Notification)

I am trying to write a Web API controller in .NET Core to receive Worldpay notifications. I have done an AddMvc with the XmlSerializerInputFormatter and it is happily reading a "tweaked" version of their payload. services.AddMvc(config => …
2
votes
0 answers

Worldpay Payment Amount Incorrect

In my PHP application I am using the Worldpay hosted integration method. I have a html form that when submitted posts xml data to worldpay. When the form is submitted, their payment page is displayed along with the payment details such as amount and…
TheOrdinaryGeek
  • 2,273
  • 5
  • 21
  • 47
1
2 3
8 9