/n software 3-D Secure V2 Python Edition

Questions / Feedback?

purchase_currency Property

Identifies the type of currency used by the merchant.

Syntax

def get_purchase_currency() -> str: ...
def set_purchase_currency(value: str) -> None: ...

purchase_currency = property(get_purchase_currency, set_purchase_currency)

Default Value

"840"

Remarks

This field contains the three digit number assigned by the signing member or processor to identify the currency in which purchase_currency is expressed. 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 8318]