Point reservation
Create point reservation
This endpoint allows you to reserve customer points. It is usually used when you are not sure if a customer will really use the point or when you waiting for his confirmation of the point usage. It prevents point frauds.
post/point-reservations/actions/reserve-points
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"external_id": "123459",
"customer_id": "8ea2591121e636086a4a9c0992",
"amount": 11,
"expiration_time": "2023-10-31 00:00:00"
}Response
No Content