Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirect payment support #22

Closed
dearwish opened this issue Feb 19, 2019 · 2 comments
Closed

Redirect payment support #22

dearwish opened this issue Feb 19, 2019 · 2 comments

Comments

@dearwish
Copy link

Hi there,

I am looking for similar abstraction layer above different payment gateways. We already did several integrations with payment gateways, but they are all redirect based. This method consists of 2 steps:

  1. We redirect our user to payment gateway webpage where he will enter his credit card details.
  2. Once he done, the payment gateway calls a return page that is mapped to our REST API with payment status and payment token (partial credit card and customer details).

So I am trying to understand whether the J2pay payment flow has the redirect payment method support.

Thank you

@tranxactive
Copy link
Owner

Hey,
Thanks for reaching out.
J2pay does not support redirection methods.
It is designed to only worked on server side.

But we are interested to expand our library.
If you could help us with the redirection integrations i believe we can do that.

Thanks

@tousifhasanzai
Copy link
Collaborator

tousifhasanzai commented Feb 20, 2019 via email

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

No branches or pull requests

3 participants