E-Payment Integrator 2020 Python Edition

Questions / Feedback?

cancel_url Property

URL to which the customer is returned if he decides not to pay with PayPal.

Syntax

def get_cancel_url() -> str: ...
def set_cancel_url(value: str) -> None: ...

cancel_url = property(get_cancel_url, set_cancel_url)

Default Value

""

Remarks

If the user starts to pay with PayPal, and then changes his mind, his browser will be redirected to this URL on your server. This may be set to the original page on which the customer chose his payment 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]