Skip to main content
PUT
Update Wire Drawdown Authorization

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.

authorization_id
string<uuid>
required

The authorization ID.

Body

application/json
company_name
string
required

The vendor you are authorizing to draw funds.

Maximum string length: 200
transaction_limit

Largest single drawdown approved automatically, in USD. Omit for no limit; anything above the limit waits for manual approval.

Response

Successful Response

id
string<uuid>
required

Pass this to Update or Delete Wire Drawdown Authorization.

account_id
string
required

The account the vendor may draw from.

company_name
string
required

The vendor authorized to draw funds.

originator_account_number
string
required

The vendor's account number.

originator_routing_number
string
required

The vendor's ABA routing number.

created_by
Initiator · object
required

Who created the authorization.

created_at
string<date-time>
required

When it was created.

transaction_limit
string | null

Largest single drawdown approved automatically, in USD. null means no limit.

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
updated_at
string<date-time> | null

When it last changed.