IPWorks OFX 2020 Python Edition

Questions / Feedback?

delete_payee Method

Deletes a payee identified by ListId from the server payee list.

Syntax

def delete_payee(list_id: str) -> None: ...

Remarks

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

The ListId parameter identifies the payee to be deleted. This is the id returned by the server at the time the payee was added to the payee list (that was stored in payee_list_id).

The following properties should 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)

Upon successful response, the server will return the payee_list_id that echoes the ListId input parameter.

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