Skip to content

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

Description

@patricechaula

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions