/n software 3-D Secure V2 Python Edition

Questions / Feedback?

merchant_bank_id Property

The number which identifies the merchant's bank or processor.

Syntax

def get_merchant_bank_id() -> str: ...
def set_merchant_bank_id(value: str) -> None: ...

merchant_bank_id = property(get_merchant_bank_id, set_merchant_bank_id)

Default Value

"000000"

Remarks

This field contains a six digit Visa assigned Bank Identification Number issued by the merchant's member bank or processor. The acquirer Bank Identification Number (BIN) identifies the member bank that signed the merchant using the Point of Sale application. This field may not remain zero-filled.

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