Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Feature Request - Redirect Gateway Support #132

Open
burhan opened this issue Oct 7, 2020 · 1 comment
Open

Feature Request - Redirect Gateway Support #132

burhan opened this issue Oct 7, 2020 · 1 comment

Comments

@burhan
Copy link

burhan commented Oct 7, 2020

馃憢

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.

@daisy1754
Copy link
Contributor

I'm not sure if I understand your point. By "integration" you mean sleet itself? I tend to think pass-through would be simple. Based on quick google search it seems here is how activemerchnat handles it https://stackoverflow.com/a/51306358/1019366

Sleet also does not support paypal-like use case today and I'd be curious to see how we can design generic-ish api for that

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants