Receipt Preset Object


A Receipt preset is a set of customizable receipt configurations that control the information, design, and branding of receipts to align with a site's business needs.

Properties
idstringRead-onlyformat GUID

Receipt preset ID.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the receipt preset is updated. To prevent conflicting changes, the current revision must be passed when updating the receipt preset.


createdDatestringRead-onlyformat date-time

Date and time the receipt preset was created.


updatedDatestringRead-onlyformat date-time

Date and time the receipt preset was last updated.


namestringmaxLength 100

Receipt preset name.


displaySettingsDisplaySettings

Display settings.


customFieldsCustomFields

Custom fields. Values appear on the receipt in the specified order.


defaultbooleanRead-only

Whether this is the default receipt preset. The default preset is used during receipt creation when a preset isn't specified or doesn't exist.


displayValuesDisplayValues

Display values.


extendedFieldsExtendedFields

Custom field data for the receipt preset.

Extended fields must be configured in the app dashboard before they can be accessed with API calls.

Did this help?