/n software 3-D Secure V2 Python Edition

Questions / Feedback?

merchant_password Property

Merchant's 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 8-character alphanumeric merchant password is provided by the acquirer. This is an optional property, and the requirements for use of this field will be indicated in the Member Implementation Guide, provided by Visa.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 Python Edition - Version 2.2 [Build 8162]