Custom Fields
Create Custom Field
Create a new custom field for the organization. Custom fields can be used to store additional information on transactions. For example, you can create a custom field to store an internal identifier, a project name, or accounting related data. Custom fields can be of type TEXT or SELECT. TEXT custom fields can store any text value. SELECT custom fields can store a fixed set of options. Each new custom field is created ACTIVE.
post/transactions/custom-fields
Query parameters
organizationIdstring uuid required
The unique identifier of the organization to create the custom field for.
Request body
Response
Ok. The custom field can be used after you received the callback for the CUSTOM_FIELD_CREATED event.