---
title: "Add Direct Deposit Manual Form"
method: POST
path: "/programs/{programCode}/accounts/{accountIdentifier}/directdeposit/manualform"
tags: ["DirectDeposit"]
---

# Add Direct Deposit Manual Form

`POST /programs/{programCode}/accounts/{accountIdentifier}/directdeposit/manualform`

Creates a manual form for a direct deposit switch, allowing users to manually initiate a direct deposit setup. The request payload must include account and bank details.

## Path parameters

- `programCode` string, required
- `accountIdentifier` string, required

## Headers

- `X-GD-RequestId` string, required

## Request body

- CreateDirectDepositManualFormRequest — Represents a request to create a manual direct deposit form. Contains user and bank account details required to generate the form. Inherits standard request metadata from Gd.Bos.DataTransfer.Request.RequestBase.
  - `fullName` string, nullable — The full name of the account holder as it should appear on the form.
  - `accountNumber` string, nullable — The bank account number to be used for direct deposit.
  - `routingNumber` string, nullable — The routing number of the bank for direct deposit.
  - `bankName` string, nullable — The name of the bank where the account is held.
  - `addressLine1` string, nullable — The first line of the account holder's address.
  - `addressLine2` string, nullable — The second line of the account holder's address (optional).

## Response `200`

OK

- CreateDirectDepositManualFormResponse — Represents the response returned after creating a manual direct deposit form. Contains the output content, such as a generated form or confirmation details. Inherits standard response metadata from Gd.Bos.DataTransfer.Response.ResponseBase.
  - `output` string, nullable — The output content generated by the manual direct deposit form creation process (e.g., a form or confirmation message).
  - `responseDetails` ResponseDetail[], nullable — Required: A list of response details providing status codes, descriptions, and additional information about the result of the operation.
    - `code` integer — The primary status or error code for the response (e.g., 200 for success, 400 for validation error).
    - `subCode` integer, nullable — An optional subcode providing more granular detail about the response or error.
    - `description` string, nullable — A human-readable description of the response, error, or status.
    - `url` string, nullable — A URL linking to documentation or a web page with more information about the response code.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/greendot/apis/baas-apis.md) · [All operations](https://skmtc.net/greendot/apis/baas-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greendot/baas-apis/revisions/666553766b78/schema)
