IPWorks OFX 2020 Python Edition

Questions / Feedback?

transfer_to_bank_id Property

Number that identifies the bank where money has to be deposited to.

Syntax

def get_transfer_to_bank_id() -> str: ...
def set_transfer_to_bank_id(value: str) -> None: ...

transfer_to_bank_id = property(get_transfer_to_bank_id, set_transfer_to_bank_id)

Default Value

""

Remarks

Number that identifies the bank where money has to be deposited to.

This is the bank id where the destination account is located. When initiating or modifying an interbank transfer (i.e., transferring funds between two accounts at different FIs) and transfer_to_account_type is set to a value different than CreditCard, the transfer_to_bank_id is required to be provided in the request. Otherwise, it should not be set.

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