menu

Create a demand deposit account

TxB allows clients to create physical accounts for deposits, payables and receivables. To learn about creating virtual accounts, check out our virtual accounts guide.

Step by step guide

Step 1 - Reserve a list of accounts

The first step in account creation is retrieving a pre-reserved set of account numbers.

GET /v2/accounts/reserved returns:

{
    "reservedAccountNumbers": [
       	 {
            "accountNumber": "800013210000",
            "iban": null,			    // only applicable for non-US accounts
            "bankIdentifier": null,			// only applicable for non-US accounts
            "externalPaymentIds": null
       	 }
    ]
}

Note: Your query can be filtered by:

  • entityId – For clients who work with multiple entities and want to disambiguate the response
  • branchCountry – For clients operating across multiple TxB branches

US clients will receive 12 digit account numbers Clients outside of the US will receive account numbers, IBANs and Bank Identifier information.


Step 2 - Create a physical account

Next, you should use an account from the reserved response to open a physical account. It’s important to specify the correct branchCountry as this will drive which local routing information will be available as well as the available rails.

POST /v2/accounts/PHYSICAL with this sample payload:

{
	"physicalAccountRequest": {
	    "requestId": "DDAOpening1",
	    "branchCountry": US
	    "isVirtualEnabled": false,
	    "administrative": {
	    	"accountName": "My First DDA ",
	        "accountNickname": "DDA 1",
		    "accountCurrency": "USD",
	        "accountPurposes": [
	            "COMMERCIAL_PAYMENTS"
	       ]
	    },
	    "accountIdentifiers": {
    		"accountNumber": "800013210000"
		},
	    "ownershipAndControl": {
			"thirdPartyIndicator": false 	// true where depositor entity differs from creation entity
        }
    }
}

Note: The Id’s to be used within the OwnershipAndControl object can be retrieved by using the associated entityId in GET/v2/entities/{entityId} (Link). If the account is being created for the requesting entity, then thirdPartyIndicator = false and no further information is required – this will be inherited systematically.


Step 3 - Monitor the status of an account request

Account creation is async, so you need to monitor the creation process.

GET /v2/accounts/requests/DDAOpening1?requestType=CREATE returns:

{
  "accountNumber": "800013210000",
  "status": "COMPLETED"
}

Step 4 - Verify that account object is now created

After your async account creation is "COMPLETED", you can now retrieve the details of the account you created.

GET /v2/accounts/800013210000 returns:

{
  "type": "PHYSICAL",
  "accountStatus": "ACTIVE",
  "accountCurrency": "USD",
  "rate": null,
  "branchCountry": "US",
  "admistrative": {
	"openDate": "2022-03-15T15:49:24.845Z",
  	"accountName": "My First DDA",
	"accountNickname": "DDA 1",
    (...)
  }
}

Step 5 – Enable payment products on the account

Once the account is created, you can now enable products and rails for usage.

To enable products then you must submit the relevant information via API.

POST /v2/products/800013210000 with this representative payload:

{
	"requestId": "DDAProducts1",
    "achInformation": {
      	"companyId": "1234567891",
      	"secCodes": [
        		 "CCD",
        		 "WEB"
		],
        "originationProfile": "Standard Originator",
        "desiredOriginationDate": "T+0",
        "incomingincomingDebitAuthorization": "Accept",
        "incomingCreditAuthorization": "Accept"
    }
}

For some products, evidence must be provided in the form of documentation. Details of this will be communicated as part of your onboarding with TxB.


Step 6 (Where Required) – Upload supporting documentation

Once the product request has been submitted, you can now upload the required documentation. To do this you will need to utilize the document APIs.

POST /v2/documents?purpose=PRODUCT_ENABLEMENT:

{
	"customerIdentifier": {
		"entityId": "8C1BFE0D82374B6DBDDA2617CAD12269"
	},
	"documentFile": "assets/documents/ClientXACHForm.jpg",
	"documentType": "ACH_FORM"
}

Once submitted you should receive a 200 okay response with the following information:

{
    "documentId": "5f3b9999-bb6d-4931-bc81-6ea855eede7b",
    "documentStatus": "ACTIVE",
    "entityId": "8C1BFE0D82374B6DBDDA2617CAD12269",
    "externalSourceId": null,
    "creationTime": "2022-11-23T10:08:37Z",
    "documentName": "Bank Test.png",
    "documentType": "ACH_FORM",
    "documentTypeOtherDescription": null,
    "uploader": "PARTNER",
    "linkUrl": {
        "linkType": "SELF",
        "linkUrl": "https://api.uat.txb.gs.com/v2/documents/eyJlb...hHgj5YWs/file",
        "method": "GET"
    },
    "relatedCases": null
}

Step 7 – Monitor Product Enablement

Once your product request has been successfully submitted, you can monitor the status.

All product requests will need to be reviewed and approved by TxB operations to ensure completeness and, where applicable, market setup.

GET /v2/products/requests/DDAProducts1 returns:

{
  "accountNumber": "80001319",
  "status": "COMPLETED"
}

Once your status is complete, you can begin to execute further API calls related to the available products.


This site is for informational purposes only and does not constitute an offer to sell, or the solicitation of an offer to buy, any security. The Goldman Sachs Marquee® platform is for institutional and professional clients only. Some of the services and products described on this site may not be available in certain jurisdictions or to certain types of client. Please contact your Goldman Sachs sales representative with any questions. Nothing on this site constitutes an offer, or an invitation to make an offer from Goldman Sachs to purchase or sell a product. This site is given for purely indicative purposes and does not create any contractual relationship between you and Goldman Sachs. Any market information contained on the site (including but not limited to pricing levels) is based on data available to Goldman Sachs at a given moment and may change from time to time. 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. © 2023 Goldman Sachs. All rights reserved.
Transaction Banking services are offered by Goldman Sachs Bank USA (“GS Bank”). GS Bank is a New York State chartered bank, a member of the Federal Reserve System and a Member FDIC. © 2023 Goldman Sachs. All rights reserved.
Not all products and functionality mentioned on this website are currently available through our API platform.
All loans and deposit products are provided by Goldman Sachs Bank USA, Salt Lake City Branch. Member FDIC.
Brokerage and investment advisory services offered by our investment products are provided by Goldman Sachs & Co. LLC (`‘GS&CO.`’), which is an SEC registered broker-dealer and investment adviser, and member FINRA/SIPC. Research our firm at FINRA's BrokerCheck. Custody and clearing services are provided by Apex Clearing Corporation, a registered broker-dealer and member FINRA/SIPC. Please consider your objectives before investing. A diversified portfolio does not ensure a profit or protect against a loss. Past performance does not guarantee future results. Investment outcomes and projections are forward-looking statements and hypothetical in nature. Neither this website nor any of its contents shall constitute an offer, solicitation, or advice to buy or sell securities in any jurisdictions where GS&Co. is not registered. Any information provided prior to opening an investment account is on the basis that it will not constitute investment advice and that GS&Co. is not a fiduciary to any person by reason of providing such information. For more information about our investment offerings, visit our Full Disclosures.
Investment products are: NOT FDIC INSURED ∙ NOT A DEPOSIT OR OTHER OBLIGATION OF, OR GUARANTEED BY, GOLDMAN SACHS BANK USA ∙ SUBJECT TO INVESTMENT RISKS, INCLUDING POSSIBLE LOSS OF THE PRINCIPAL AMOUNT INVESTED