Hy.
Im continues the spring web stream using the execution key. (order paypal payment) and you will need to read the request lines from get. & TokenID and "PayerID
This is the URL where Paypal redirects the user after confirming the payment:
/sampleflow?execution=e1s1&_eventId=approved&token=EC5D7416956W8431713&PayerID=TN2RE8ZTH67JN
If EventID is approved, my flow is redirected to the status of the confirmed payment. This part works. I just need to somehow get the query string parameters.
How to do it?
source share