Skip to main content
POST
Create ACH 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.

Path Parameters

account_id
string
required

The ID of the account.

Body

application/json
amount
required
Required range: 0.01 <= x <= 1000000
counterparty_id
string<uuid>
required
idempotency_key
string
required
Required string length: 1 - 50
description
string | null
Required string length: 1 - 10
internal_note
string | null
Required string length: 5 - 255
email
string<email> | null

Response

Successful Response

status
enum<string>
required
Available options:
pending,
pending_approval,
canceled,
processing,
error,
sent,
returned,
void
amount
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
description
string | null
required
counterparty_id
string<uuid>
required
created_time
integer
required
transfer_type
enum<string>
required
Available options:
book,
usdc,
usdt,
pyusd,
cash,
usdg,
ach,
wire
approval_id
string<uuid>
required
id
string | null
message
string | null