tranxactive / J2PAY

Multi-gateway payment processing library for java
http://j2pay.tranxactive.com
MIT License
172 stars 110 forks source link

Redirect payment support #22

Closed dearwish closed 5 years ago

dearwish commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

No j2pay doesn't support redirect payment method. You will have to get card details at your own page and then your system will call j2pay with reference to the gateway on which you want to process payment. J2pay will respond to you about payment confirmation. In this way customer will always remains at your own website. Hope this helps

On Tue, Feb 19, 2019, 9:12 PM David Roberin <notifications@github.com wrote:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tranxactive/J2PAY/issues/22, or mute the thread https://github.com/notifications/unsubscribe-auth/ARixlGplewLLGULTEdlQN7h8goZ-6GfVks5vPCJcgaJpZM4bDUoG .