👋
I would like to request a feature to support merchants are using PSP hosted platforms like PayPal, for example, where the process involves a redirect to the PSP, and then a callback.
I would like to start working on a PR for this but am looking for some guidance on how best to implement the feature. My main concern is with managing the redirect. Should the integration provide the callback URL, or simply take it as a parameter to pass onto the PSP? The parameter passing is simpler, but then it just acts like a very thin API; not sure if there is much value in that?
If the integration should also host the callback, then there is a need to manage ports/APIs and configuration around that.
Appreciate any thoughts on this.