Skip to main content
GET
Get Expected Payment Date

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Headers

x-entity-id
string<uuid>

Optional entity_id to scope requests to a specific entity.

Query Parameters

payment_type
enum<string>
required

The rail the payment would be sent on, named as a bill's payment_details.payment_type names it.

Available options:
ACH,
WIRE,
INTERNATIONAL_PAYMENT_FX,
CHECK,
CRYPTO
initiated_at
string<date-time>
required

When the payment would be sent.

instant_eligible
boolean
default:false

Whether the payment may auto-route an instant rail when it executes, which only a crypto send does and only when sent immediately. A scheduled send funds over a wire, so leave this false to get the wire-funded date.

account_id
string | null

The funding account, in the same id format returned by GET /accounts. Defaults to the entity's default bill pay account.

Response

Successful Response

expected_delivery_date
string<date>
required

The date a payment sent on this rail is expected to reach the vendor. An estimate from the banking calendar and the funding account's daily cutoffs; it does not account for the payment's amount, so a payment large enough to lose an instant rail may land later.