v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Points

Transfer points

Transfers points from one customer to another.

post/points/actions/transfer-points

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Request body

original_customer_idstring required

ID of the original points holder.

new_customer_idstring required

ID of the new points holder.

amountnumber float required

Number of the transferred points.

point_type_idstring required

Type of the transferred points.

notestring

Note for the new point record.

Example request

{
  "original_customer_id": "8ea2591121e636086a4a9c0992",
  "new_customer_id": "84b9167cc2f01ff007d98e1633",
  "amount": 100,
  "point_type_id": "8adcb83164fa7e12668035d43e",
  "note": "Birthdate point reward"
}

Response

No Content