A Custom Field can be set for a Customer, and they can be sent in with a Transaction. They represent custom pieces of information that you may want to associate with Customer or Transaction. Custom Fields can be specified when searching for Customers or Transactions.

Properties

PropertyTypeDescriptionExample
idNumber(integer)A read-only unique identifier.1234567890
keyStringA key for the custom field."shoesize"
valueStringThe value for the custom field given its key."9"

Example

{
  "id": 1234567890,
  "key": "shoesize",
  "value": "9"
}