E-Banking Integrator V4 - Online Help
E-Banking Integrator V4
Questions / Feedback?

DeletePayee Method

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

Syntax

[VB.NET]
Public Sub DeletePayee(ByVal ListId As String)
[C#]
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.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.0.6240.0