E-Payment Integrator 2020 Python Edition

Questions / Feedback?

return_url Property

URL to which the customer's browser is returned after choosing to pay with PayPal.

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

This is the page to which a customer is returned after he pays through PayPal. The PayPal server will append to this return_url a query string containing a token which identifies this transaction in the PayPal network. This token should be sent as the Token parameter in the get_checkout_details method.

This property is required when calling the set_checkout method.

Character length and limitations: no limit. Must be URL-encoded.

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