Hello, I am currently trying to send a customer with a successful payment using the WorldPay Offsite but the WorldPay Offsite tech support are adamant that it is not possible to send a user to the order status page and can only send them back to a static page of my choosing (by modifying their success page with a meta refresh redirect).
This is quite the issue as my client needs me to send customers to the order status page for the conversion tracker to pickup.
In relation to Shopify, the only connection I have to it is that I have the checkout ID/ Checkout number so I think I would need to figure out a way to search for the order number using the Checkout number only as some sort of parameter in a query. (maybe send the customers from worldpay over to a Shopify page with. the chekcout number as a url parameter, which pulls the parameter to do an API search using the checkout number or something)
Once I get the order number I can create the link to the order status page and redirect the customer to there.
Is there a better way to do this, or is it even possible?

