menu

Items for Attention

An Item for Attention (IFA) may be triggered on an account for various reason. These IFAS restrict users from performing certain actions until they are reolved.

This guide details each IFA and how to resolve it using the GSAS APIs.

Items for Attention (IFA) - Workflow

Step 1. Get all Items for Attention

Use this Endpoint to get a list of all Items for Attention for accounts managed by an advisor.

Endpoint: GET /api/v2/ifas

Results can be filtered by a specific Item for Attention Status

Step 2. Get Item for Attention Details

Use this Endpoint to get details about a specific Item for Attention Endpoint: GET /api/v2/ifas/{ifaId}

Step 3. Action the Item for Attention

Use the information below on the IFA types to determine what action to take

IFA Descriptions

Each Item for Attention can be identified by the itemForAttentionType returned in the GET IFA end point. Below are the different IFAs that can be triggered on an account.

Account & Withholding Agreement

To acknowledge you are the owner of a new Individual account OR To acknowledge you are a co-owner of a new Joint account

  • itemForAttentionType: AA

  • Action Needed: Acknowledgement

  • End Point: PUT /api/v2/ifas/{ifaId}

  • Example Request:

{ 
"action": "A"
}

Transfer Account Agreement

This IFA will trigger when the advisor initiates an account transfer with the sign later option, then this IFA is triggered

The Advisee will receive the IFA and must submit their e-signature.

  • itemForAttentionType: TA

  • Action Needed: e-signature

  • End Point: PUT /api/v2/ifas/{ifaId}

Margin Feature Agreement/ Margin Borrowing Authorization

Advisee must approve an IFA with an e-signature for Margin to enabled on their account

itemForAttentionType: MA

Action Needed: e-signature

End Point: PUT /api/v2/ifas/{ifaId}

Confirm Address

To confirm we have the correct address on record.

This will automatically trigger every 6 months.

Fields in the parameterMap part of the request body are optional

  • itemForAttentionType: CA

  • Action Needed: Validate address

  • End Point: PUT api/v2/ifas/{ifaId}

  • Example Request: End Point: PUT api/v2/ifas/4395513238358029097

    {
    "action": "A",
    "parameterMap": {
    "emailAddress1": "John.Smith@AgTesting.com",
    "workPhoneNumber": "1615606051",
    "homePhoneNumber": "3833848033",
    "homeAddress": {
    "line1": "50 Smith Store Ave",
    "line2": "Apt. 6",
    "country": "US",
    "state": "MA",
    "zipcode": "21250",
    "city": "Boston"
    },
    "emailAddress2": "test2@test.com"
    }
    }

Verify bank link owner by submitting the owners e-signature.

  • itemForAttentionType: BV

  • End Point: PUT /api/v2/ifas/bank-link-owner-verifications/{accountNumber}/{bankLinkId}

  • Example Request:

PUT api/v2/ifas/bank-link-owner-verifications/RM9769200R/288230378190795265

{
"loginId": "sallysmith123",
"clientAgreement": "true"
}

BV

Bank link Micro Deposit Entry

Verify microdeposit amounts for bank link verification.

  • itemForAttentionType: MD

  • End Point: PUT /api/v2/ifas/microdeposit-verifications/{accountNumber}/{bankLinkId}

Third Party ACH Withdrawal Verification

For some 3rd Party Withdrawals (3A, 3W, 3I), the IFA is created after a banklink has been created AND a transaction has been submitted using this new banklink. The IFA will approve both the banklink and the transaction, but any future transactions using this banklink (assuming it’s not a one-time use banklink) will not create an IFA since the banklink has already been approved.

itemForAttentionType: 3A

End Point: PUT /api/v2/ifas/{ifaId}

Example Request:

{
"action": "A"
}

Third Party Wire Withdrawal Verification

For some 3rd Party Withdrawals (3A, 3W, 3I), the IFA is created after a banklink has been created AND a transaction has been submitted using this new banklink. The IFA will approve both the banklink and the transaction, but any future transactions using this banklink (assuming it’s not a one-time use banklink) will not create an IFA since the banklink has already been approved.

itemForAttentionType: 3W

End Point: PUT /api/v2/ifas/{ifaId}

Example Request:

    {
    "action": "A"
    }

Third Party International Wire Withdrawal Verification

For some 3rd Party Withdrawals (3A, 3W, 3I), the IFA is created after a banklink has been created AND a transaction has been submitted using this new banklink. The IFA will approve both the banklink and the transaction, but any future transactions using this banklink (assuming it’s not a one-time use banklink) will not create an IFA since the banklink has already been approved.

itemForAttentionType: 3I

End Point: PUT /api/v2/ifas/{ifaId}

Example Request:

    {
    "action": "A"
    }

Third Party Check Withdrawal Verification.

To approve and proceed with a 3rd party check withdrawal

itemForAttentionType: 3C

End Point: PUT /api/v2/ifas/{ifaId}

Example Request:

    {
    "action": "A"
    }

Third Party Internal Transfer Verification

To approve and proceed with a 3rd party internal transfer.

itemForAttentionType: 3T

End Point: PUT /api/v2/ifas/{ifaId}

Example Request:

    {
    "action": "A"
    }

GS DAP® is owned and operated by Goldman Sachs. This site is for informational purposes only and does not constitute an offer to provide, or the solicitation of an offer to provide access to or use of GS DAP®. Any subsequent commitment by Goldman Sachs to provide access to and / or use of GS DAP® would be subject to various conditions, including, amongst others, (i) satisfactory determination and legal review of the structure of any potential product or activity, (ii) receipt of all internal and external approvals (including potentially regulatory approvals); (iii) execution of any relevant documentation in a form satisfactory to Goldman Sachs; and (iv) completion of any relevant system / technology / platform build or adaptation required or desired to support the structure of any potential product or activity. All GS DAP® features may not be available in certain jurisdictions. Not all features of GS DAP® will apply to all use cases. Use of terms (e.g., "account") on GS DAP® are for convenience only and does not imply any regulatory or legal status by such term.
¹ Real-time data can be impacted by planned system maintenance, connectivity or availability issues stemming from related third-party service providers, or other intermittent or unplanned technology issues.
Transaction Banking services are offered by Goldman Sachs Bank USA (“GS Bank”) and its affiliates. GS Bank is a New York State chartered bank, a member of the Federal Reserve System and a Member FDIC. For additional information, please see Bank Regulatory Information.
Certain solutions and Institutional Services described herein are provided via our Marquee platform. The Marquee platform is for institutional and professional clients only. This site is for informational purposes only and does not constitute an offer to provide the Marquee platform services described, nor an offer to sell, or the solicitation of an offer to buy, any security. Some of the services and products described herein may not be available in certain jurisdictions or to certain types of clients. Please contact your Goldman Sachs sales representative with any questions. Any data or market information presented on the site is solely for illustrative purposes. There is no representation that any transaction can or could have been effected on such terms or at such prices. Please see https://www.goldmansachs.com/disclaimer/sec-div-disclaimers-for-electronic-comms.html for additional information.
Mosaic is a service mark of Goldman Sachs & Co. LLC. This service is made available in the United States by Goldman Sachs & Co. LLC and outside of the United States by Goldman Sachs International, or its local affiliates in accordance with applicable law and regulations. Goldman Sachs International and Goldman Sachs & Co. LLC are the distributors of the Goldman Sachs Funds. Depending upon the jurisdiction in which you are located, transactions in non-Goldman Sachs money market funds are affected by either Goldman Sachs & Co. LLC, a member of FINRA, SIPC and NYSE, or Goldman Sachs International. For additional information contact your Goldman Sachs representative. Goldman Sachs & Co. LLC, Goldman Sachs International, Goldman Sachs Liquidity Solutions, Goldman Sachs Asset Management, L.P., and the Goldman Sachs funds available through Goldman Sachs Liquidity Solutions and other affiliated entities, are under the common control of the Goldman Sachs Group, Inc.
© 2025 Goldman Sachs. All rights reserved.