Skip to main content
POST
Request a transfer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string

Unique key to ensure idempotent POST requests. If a request with the same key was already processed, the original response is returned. Keys expire after 24 hours.

Maximum string length: 255

Path Parameters

case_id
string
required

Unique case identifier (ULID format).

Body

application/json
bank_account_id
string
required

Bank account to pull from. Must have instant_inheritance.eligibility of eligible.

Example:

"01K6BA01AJ9T66HRYE78AN7PQR"

amount
number<double>

Amount to transfer. Omit to transfer the full confirmed available balance. Must not exceed max_transfer_amount.

Example:

15230.5

estate_account_id
string

Destination estate account. Defaults to the case's primary estate account.

Example:

"01K6BA07XJ9T66HRYE78AN7EST"

notes
string

Internal note stored on the transfer record.

Example:

"Requested after Letters Testamentary were accepted."

Response

Transfer requested.

data
object

An Instant Inheritance transfer pulling funds from a deceased account holder's bank account into the case's estate account.