# Transfer clips [PREVIEW] A method that allows the client to transfer clips on a loyalty card between two existing customers. Depending on your configuration, the API may take or return additional fields in the extendedProperties object. Endpoint: POST /loyalty/loyalty-cards/transfer-clips Version: 4.3.0 Security: api_key ## Request fields (application/json): - `fromCustomerId` (string, required) The id of the customer that gives away the clips. Example: "15BE85AB-CD61-4A23-8C22-0981AD35DBD1S2010" - `toCustomerId` (string, required) The customer that should receive clips. Target identifier can be either id property or mobile phone. Example: "2A9ACDD0-9113-4EF4-8EA9-FD343E040EE9" - `loyaltycardId` (string, required) From which loyalty card should the clips be transfered from. Example: "952841C1-4385-40B3-8B30-A65AAC66108E" - `clipCount` (integer, required) Number of clips to give. Example: 1 - `extendedProperties` (object) Additional properties depending on configuration - `extendedProperties.additionalProp1` (string) - `extendedProperties.additionalProp2` (string) - `extendedProperties.additionalProp3` (string) ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields