/n software 3-D Secure V2 Python Edition

Questions / Feedback?

merchant_name Property

Contains the name of the merchant.

Syntax

def get_merchant_name() -> str: ...
def set_merchant_name(value: str) -> None: ...

merchant_name = property(get_merchant_name, set_merchant_name)

Default Value

""

Remarks

The merchant_name must match the name shown online to the cardholder at the merchant's site and the name submitted by the merchant's acquirer in the settlement transaction.

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