E-Payment Integrator 2020 Python Edition

Questions / Feedback?

check_micr_processing_code Property

The external processing code from the MICR line of a check, if present.

Syntax

def get_check_micr_processing_code(check_index: int) -> str: ...
def set_check_micr_processing_code(check_index: int, value: str) -> None: ...

Default Value

""

Remarks

The external processing code from the MICR line of a check, if present. This is also known as "Position 44",. and is used for special purposes as authorized by the Accredited Standards Committee X9. This property is part of the Check detail record (type 25), and is 1 character in length.

The check_index parameter specifies the index of the item in the array. The size of the array is controlled by the check_count property.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Python Edition - Version 20.0 [Build 7941]