/n software 3-D Secure V2 Python Edition

Questions / Feedback?

merchant_number Property

A unique number used to identify the merchant within the VisaNet system.

Syntax

def get_merchant_number() -> str: ...
def set_merchant_number(value: str) -> None: ...

merchant_number = property(get_merchant_number, set_merchant_number)

Default Value

""

Remarks

This field contains a unique Id number which is assigned by the signing merchant's acquirer, bank, or processor. This field is used to identify the merchant within the VisaNet system. This number will be right-justified and zero-filled.

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