E-Payment Integrator 2020 Python Edition

Questions / Feedback?

gateway_url Property

Default URL for a specific Gateway .

Syntax

def get_gateway_url() -> str: ...
def set_gateway_url(value: str) -> None: ...

gateway_url = property(get_gateway_url, set_gateway_url)

Default Value

""

Remarks

This property is used to change the default URL for a specific gateway. This is useful for specifying a different URL for testing purposes, or to support additional gateway processors that share a protocol format (such as additional Authorize.net compatible gateways). Please note that the proper "http://" or "https://" formatting must be observed. See "Testing Information" in the Table of Contents for a list of test URLs.

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