E-Payment Integrator 2020 Python Edition

Questions / Feedback?

merchant_password Property

Merchant's Gateway password.

Syntax

def get_merchant_password() -> str: ...
def set_merchant_password(value: str) -> None: ...

merchant_password = property(get_merchant_password, set_merchant_password)

Default Value

""

Remarks

This is the password supplied by the gateway you signed up with to process credit card transactions. Some gateways require passwords only for Credit or Void transactions, some require it for all transactions, and some do not require this field at all.

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