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
placeRequest
function -
I also have a
AuthorizationHandler
which has ahandle
function and aAuthorizationValidator
which has avalidate
function
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