v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
Transfers

Get ACH Delivery Date

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.

get/programs/{programCode}/DeliveryDate

Path parameters

programCodestring required

The program code associated with the partner implementation.

Query parameters

achTransferTypestring

The ACH transfer type. "1" for achOut, "2" for achPull.

scheduleDatestring

The scheduled date for the transfer (optional, format: yyyy-MM-dd).

achDeliveryTypestring

The ACH delivery type. "0"=Default, "1"=Same Day, "2"=Next Day, "3"=Three Business Days.

Headers

X-GD-RequestIdstring required

A unique identifier (GUID) for tracking the request.

Response

OK

achDeliveryDatestring 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.