E-Payment Integrator 2020 Python Edition

Questions / Feedback?

return_url Property

The URL where the user (browser) returns after authenticating.

Syntax

def get_return_url() -> str: ...
def set_return_url(value: str) -> None: ...

return_url = property(get_return_url, set_return_url)

Default Value

""

Remarks

When client_profile is set to cfApplication this will be automatically set to the address of the local embedded web server. In that case this property can be inspected to determine the URL where the user will be redirected, but does not need to be set.

When calling get_authorization_url, which is common when client_profile is set to cfWebBrowser, set this property to the URL on your server where the user will be redirected after authenticating with the authorization server.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Python Edition - Version 20.0 [Build 7941]