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

How to use D3sDialog #15

Open
rashidtab opened this issue Mar 29, 2017 · 1 comment
Open

How to use D3sDialog #15

rashidtab opened this issue Mar 29, 2017 · 1 comment

Comments

@rashidtab
Copy link

Not a single code snippet is available on how to use the D3SDialog

When I am using D3S Dialog, i want to show the Loading progress bar, when ever there is loading.

Especially after the 3D secure pin is entered and when a user click the submit button.

Note: I dont know the URL of the 3D secure page , which is created by ACS Server with multiple redirection

@livotov
Copy link
Member

livotov commented Apr 25, 2017

Sorry for late response, basically, the dialog usage is simple, just use

D3SDialog.newInstance(...)

with the correct auth parameters, then invoke

dialog.showDialogAndAuthenticate(...)

And if you don't know the url of ACS server page you will not be able to process the auth as the entire idea that you receive ACS Server, MD and PaReq parameters from your payment processor, then redirects client to the ACS page for authentication, then uses PaRes data with your payment processor again in order to complete the authorisation.

@mezpahlan mezpahlan mentioned this issue Dec 21, 2020
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

2 participants