Skip to main content
POST
Simulate Inbound Transfer

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.

Body

application/json
account_id
string
required

The cash account ID, exactly as returned by the list accounts endpoint (for example, cash_account_<uuid>).

rail
enum<string>
required

The payment rail to simulate the inbound transfer over.

Available options:
ach,
wire,
rtp,
fednow
amount
required

The transfer amount, in dollars.

Required range: 0 < x <= 20000000

Response

Successful Response

account_id
string
required

The cash account the simulated funds were credited to.

amount
string
required

The simulated transfer amount, in dollars.

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
rail
enum<string>
required

The payment rail the transfer was simulated over.

Available options:
ach,
wire,
rtp,
fednow
status
enum<string>
required

The status of the simulated transfer.

Available options:
submitted
created_at
string<date-time>
required

When the simulation was submitted.