How can I extract the data sent to my post request to my status_url?
After a successful payment (in test and live environment) I successfully get a post request to my status_url I provided but the req.body, req.params, and req.query are all empty...
I'm using node express. PS. They don't specify how the post request is sent in their integration docs.
skrill docs: page 22; https://www.skrill.com/fileadmin/content/pdf/Skrill_Quick_Checkout_Guide.pdf