Skip to main content
POST
/
simulations
/
inbound_transfers
Simulate Inbound Transfer
curl --request POST \
  --url https://api.meow.com/v1/simulations/inbound_transfers \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "account_id": "<string>",
  "amount": 10000000
}
'
{
  "account_id": "<string>",
  "amount": "<string>",
  "status": "submitted"
}

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
Available options:
ach,
wire,
rtp,
fednow
amount
required
Required range: 0 < x <= 20000000

Response

Successful Response

account_id
string
required
amount
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
rail
enum<string>
required
Available options:
ach,
wire,
rtp,
fednow
status
enum<string>
required
Available options:
submitted