/n software 3-D Secure V2 Python Edition

Questions / Feedback?

merchant_country_code Property

Identifies the country where the merchant is located.

Syntax

def get_merchant_country_code() -> str: ...
def set_merchant_country_code(value: str) -> None: ...

merchant_country_code = property(get_merchant_country_code, set_merchant_country_code)

Default Value

"840"

Remarks

This field contains a three digit numeric country code assigned by the signing member or processor to identify the merchant's location country. These codes are specified by ISO-3166. For the United States, use "840".

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