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

What's the purpose of return_url and result_url? #17

Open
patricechaula opened this issue Aug 1, 2021 · 1 comment
Open

What's the purpose of return_url and result_url? #17

patricechaula opened this issue Aug 1, 2021 · 1 comment

Comments

@patricechaula
Copy link

When creating a new paynow instance, you have to provide integration_id, integration_key, return_url and result_url. I want to know like how does the paynow server interact with return_url and result_url.

paynow = Paynow( integration_id=INTEGRATION_ID, integration_key=INTEGRATION_KEY, return_url=return_url, result_url =result_url )
I am implementing an eCommerce website. I want the user to be redirected automatically to a page on my site after successfully making a payment.

@bevennyamande
Copy link

  • return and redirect_url to me are the same more like redundant

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