E-Payment Integrator 2020 Python Edition

Questions / Feedback?

merchant_login Property

Merchant's Gateway login.

Syntax

def get_merchant_login() -> str: ...
def set_merchant_login(value: str) -> None: ...

merchant_login = property(get_merchant_login, set_merchant_login)

Default Value

""

Remarks

This is the login Id supplied by the gateway you signed up with to process credit card transactions.

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