/n software 3-D Secure V2 Python Edition

Questions / Feedback?

currency_code Property

Identifies the type of currency used by the merchant.

Syntax

def get_currency_code() -> str: ...
def set_currency_code(value: str) -> None: ...

currency_code = property(get_currency_code, set_currency_code)

Default Value

"840"

Remarks

This field contains a three digit number assigned by the signing member or processor to identify the merchant's authorization currency. This property should contain the ISO-4217 numeric code. For example, the ISO code for US Dollars is "840".

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