Skip to main content
The delivery ETA tool estimates when a payment between two of an entity’s accounts would be delivered, without creating a payment. Use it to show a business expected delivery dates before they choose a delivery preference. The response has one estimate per delivery option valid for the receiving account’s rail, for example standard-ach, same-day-ach, and rtp for ACH.
Authentication: API key (Authorization: Bearer <api-key>). Required header: Melio-Entity-Id - the entity that owns the accounts, either an entity id (ent_<uuid>) or me for the partner’s sole entity.
amount is in minor units (cents). Dates are YYYY-MM-DD; see Timestamps.

Request

Example request

Response

The request is echoed back (including the deductionDate the estimates are based on), alongside an estimates array with one entry per delivery preference valid for the receiving rail.
The array is empty when the receiving rail has no valid delivery preferences.
deliveryDate is an estimate based on the deductionDate, not a guarantee. Estimates shift with cutoff times, weekends, and bank holidays, so pass the actual date you intend to debit as deductionDate for the most accurate result.

Errors

See Errors for the response shape.