IPWorks OFX 2020 Python Edition

Questions / Feedback?

payment_to_bank_id Property

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

Syntax

def get_payment_to_bank_id() -> str: ...
def set_payment_to_bank_id(value: str) -> None: ...

payment_to_bank_id = property(get_payment_to_bank_id, set_payment_to_bank_id)

Default Value

""

Remarks

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

This is optional, but if it is provided in the request, Payee detailed information is required to be provided as well (by providing payee details, such as name, address, phone, etc.) and not via payee_id.

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