Skip to main content
The fast-payment eligibility tool checks which faster-than-standard delivery options a payment between two of an entity’s accounts is eligible for, without creating a payment. Use it to decide which delivery preferences to offer a business before making the payment. Eligibility depends on the originating (debit) account, the receiving (credit) account, and the amount. The response has one entry per fast option valid for the receiving account’s rail, for example same-day-ach and rtp for ACH, or express-check and overnight-check for check.
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). An amount of 125000 means $1,250.00.

Request

Example request

Response

The request amount and currency are echoed back, alongside an eligibilities array with one decision per fast delivery preference valid for the receiving rail.
The array is empty when the receiving rail has no fast variants.
When eligible is false - including when the eligibility engine is temporarily unavailable - fall back to the receiving rail’s standard-speed preference (for example standard-ach). Do not assume a fast option is available unless it is explicitly returned as eligible: true.

Errors

See Errors for the response shape.