IPWorks OFX 2020 Python Edition

Questions / Feedback?

add_payee Method

Add a payee to server's payee list.

Syntax

def add_payee() -> None: ...

Remarks

This function generates the Signon and Add Payee request, submits it to the financial institution via HTTP, receives the response, and parses it.

The following properties can be set when this method is called:

fi_url (required)
fi_id (required)
fi_organization (required)
ofx_app_id (required)
ofx_app_version (required)
ofx_user (required)
ofx_password (required)
payee (required)
payment_to_bank_id (optional)
payment_to_account_id (optional)
payment_to_account_type(optional)

Upon a successful reply, the following read-only properties are populated as a result of parsing the server response:

payee_id (optional)
payee_list_id (always returned)
payee_days_to_pay (always returned)
payee_id_scope (optional)
all input values for payee (name, address, phone, account) and destination bank account are echoed in the response

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