WorldPay Payment Processor

0
Does anyone have experience with using WorldPay payment processor? http://www.worldpay.com/support/kb/bg/paymentresponse/payment_response.html I am assuming that we could pass the resulting payment URL to the Mendix site and then create the users account. A customer wants to get users to pay using world pay before accessing the application. Once the mendix app gets the result URL it needs to create the user. I am guessing that this could all be done with a deeplink? Thanks
asked
1 answers
2

According to doc:

For you to be able to use the payment response feature you will need to configure your web server to receive the Payment Message via the POST request method

A Deeplink is not a Post. You can write your own handler.

answered