---
title: "Get ACH Delivery Date"
method: GET
path: "/programs/{programCode}/DeliveryDate"
tags: ["Transfers"]
---

# Get ACH Delivery Date

`GET /programs/{programCode}/DeliveryDate`

Retrieves the expected funding date and time (achDeliveryDate) for ACH Pull transfers. Requires transfer type, optional schedule date, and delivery type. Returns the expected funding date for the transfer.

## Path parameters

- `programCode` string, required

## Query parameters

- `achTransferType` string
- `scheduleDate` string
- `achDeliveryType` string

## Headers

- `X-GD-RequestId` string, required

## Response `200`

OK

- GetAchDeliveryDateResponse — Represents the response containing the expected ACH (Automated Clearing House) delivery date for a scheduled transfer. This response is returned after requesting the funding date for an ACH Pull or ACH Out transaction, indicating when funds are expected to be available.
  - `achDeliveryDate` string, nullable — The expected funding date and time for the ACH transfer, formatted as an ISO 8601 string (e.g., "2024-07-01T17:00:00Z"). This value indicates when the funds will be available in the target account, based on the transfer type, schedule date, and delivery type.
  - `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/versions/666553766b78/schema)
