IPWorks OFX 2020 Python Edition

Questions / Feedback?

transfer_from_bank_id Property

Number that identifies the bank where the transfer is originating from.

Syntax

def get_transfer_from_bank_id() -> str: ...
def set_transfer_from_bank_id(value: str) -> None: ...

transfer_from_bank_id = property(get_transfer_from_bank_id, set_transfer_from_bank_id)

Default Value

""

Remarks

Number that identifies the bank where the transfer is originating from.

When initiating or modifying a transfer (i.e., when on_transfer_funds or on_modify_transfer methods are called), and transfer_from_account_type is set to a value different than CreditCard, the transfer_from_bank_id is required to be provided in the request. Otherwise, it should not be set.

In intrabank transfers requests (transferring funds between two accounts at the same financial institution), the transfer_from_bank_id represents the source and destination FI (in this case, this is the same as transfer_to_bank_id and transfer_to_bank_id should not be set).

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