/n software 3-D Secure V2 Python Edition

Questions / Feedback?

acquirer_merchant_id Property

Acquirer-assigned merchant identifier.

Syntax

def get_acquirer_merchant_id() -> str: ...
def set_acquirer_merchant_id(value: str) -> None: ...

acquirer_merchant_id = property(get_acquirer_merchant_id, set_acquirer_merchant_id)

Default Value

""

Remarks

This field contains the merchant identifier assigned by the acquirer. The merchant id is required to be set for payment authentication.

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