DeletePayee Method
Deletes a payee identified by ListId from the server payee list.
Syntax
public void deletePayee(String listId);
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 ListId).
The following properties should be set when this method is called:
FIUrl | (required) |
FIId | (required) |
FIOrganization | (required) |
OFXAppId | (required) |
OFXAppVersion | (required) |
OFXUser | (required) |
OFXPassword | (required) |
Upon successful response, the server will return the ListId that echoes the ListId input parameter.