Create a Financial Account
Creates a financial account for an existing individual
Request
This endpoint expects an object.
individual_id
The public ID of the individual to attach the financial account to
type
Type of financial account (e.g., bank_account, crypto_wallet)
details
Account-specific details required for the given type
Response
Create a Financial Account
id
Unique public identifier for the financial account
type
Type of financial account
details
Account-specific details
created_at
ISO 8601 timestamp when the account was created
updated_at
ISO 8601 timestamp when the account was last updated

