IPWorks OFX 2020 C++ Builder Edition

Questions / Feedback?

DeletePayee Method

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

Syntax

void __fastcall 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 PayeeListId).

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 PayeeListId that echoes the ListId input parameter.

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