I’ve created a payment method which uses the authorization method to connect a client to an external site, which provides me with custom data, I would like to display this data on a custom success page.
-
How would I create a sucecss page which I can display this data on?
-
The data is captured in the AuthorizeClient inside the
placeRequestfunction -
I also have a
AuthorizationHandlerwhich has ahandlefunction and aAuthorizationValidatorwhich has avalidatefunction
The above facade is listed via the di.xml
Update
This is part of the payment gateway that we’ve implemented. we get the data in the Gateway Client which is then forwarded to the Response Handler inside of the Handler chain, then after this process it goes to the success page
