v1

latestOpenAPI 3.0.1MIT2026-07-261190449.2 KB
Custom Fields

Create Custom Field Option

Add a new, single custom field option to a given custom field of type SELECT.

post/transactions/custom-fields/{customFieldId}/options

Path parameters

customFieldIdstring uuid required

The unique identifier of the custom field for which you want to add a new option.

Query parameters

organizationIdstring uuid required

The unique identifier of the organization to create the custom field option for.

Request body

namestring required

The name of the custom field option, readable for humans.

valuestring required

The value of the custom field option. This is mostly your internal value you want to process.

isDefaultboolean required

If set to true, this means this custom field option is the default option for the related custom field.

Response

Ok. The custom field option can be used after you received the callback for the CUSTOM_FIELD_OPTION_CREATED event.