-
Notifications
You must be signed in to change notification settings - Fork 111
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
Comments
Hey, But we are interested to expand our library. Thanks |
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 ***@***.*** 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
<#22>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARixlGplewLLGULTEdlQN7h8goZ-6GfVks5vPCJcgaJpZM4bDUoG>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
So I am trying to understand whether the J2pay payment flow has the redirect payment method support.
Thank you
The text was updated successfully, but these errors were encountered: