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
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
account_id
account_data
Any JSON structure is allowed.
update_schema
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_aid
Unique Finic account ID.