Send a single account

Creates or updates an account record in Finic’s system. The schema of account_data can be any valid JSON. If different from the recorded schema for the Finic tenant, set update_schema=true or the API returns an error.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
account_idstringRequired
account_datamap from strings to anyRequired

Any JSON structure is allowed.

update_schemabooleanOptional

If true, the account schema for your account will be updated to match the schema of the data in the account_data object

Response

OK

finic_aidstringOptional

Unique Finic account ID.