Depending on applicable regulations or business limitations, specific API requests may not be available for your use.

Cancel a Bank Link

This request cancels a specific bank link on an account.

Notes

  • You cannot cancel banklinks with transactions that are 'in-process'. Only banklinks with transactions that are CANCELED or PAID can be removed.
  • You cannot cancel banklinks when the verification phase is in certain states.
  • You cannot cancel banklinks for which the users doesn't have appropriate permissions.

Request URL

Syntax PUT /restapi/accounts/{accountnumber}/achbanklinks/{banklinkoid}
Example URL https://api.uat.foliofn.com/restapi/accounts/RA1234ABCD/achbanklinks/8430738503704092526

Request Data Fields

Field Updateable? Description
bankLinkOid No The unique identifier of the bank link. This cannot be changed.
status Yes The status to update the link to canceled or deleted status: “D”.
op No The requested update operation.
status Yes The status to update the link to canceled or deleted status: “D”.

Request Example


PUT /restapi/accounts/RA1234ABCD/achbanklinks/8430738503704092526 HTTP/1.1
Content-Type: application/json
{
  "bankLinkOid" : "8430738503704092526",
  "status" : "D",
  "op" : "delete",
  "ownerLoginId" : "testuser"
}



Response Example


HTTP/1.1 200 OK
X-Powered-By: Servlet/2.5
Server: Sun GlassFish Enterprise Server v2.1.1
Location: https://api.uat.foliofn.com/restapi/accounts/RA1234ABCD/achbanklinks/8430738503704092526
Content-Type: application/json
Transfer-Encoding: chunked
Date: Sat, 05 Jul 2014 13:06:39 GMT

Change Log

03/12/2020

  1. Remove the “Description” title
  2. Remove the whole “Error Codes” part

09/11/2015

  1. Added Change Log
  2. Error codes section
  3. Description header

09/10/2015

  1. Notes section

Getting Started

REST APIs

Resources