---
title: "Changes to Send interactive order status message"
method: POST
path: "/messages/interactive/order_status"
---

# Changes to Send interactive order status message

`POST /messages/interactive/order_status`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 9 revisions.

- **2026-08-07** `30bd33ee45c9` — 3 info
- **2026-07-28** `8ccfb9a461e2` — 27 breaking, 2 warning, 5 info

## Changes

- **2026-08-07** `30bd33ee45c9` — 3 info
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `404`
- **2026-07-28** `8ccfb9a461e2` — 27 breaking, 2 warning, 5 info
  - request body became required
  - the request property `interactive/action/parameters/order/description` became not nullable
  - the request property `interactive/action/parameters/payment` became not nullable
  - the request property `interactive/action/parameters/payment/timestamp` became not nullable
  - the request property `interactive/footer` became not nullable
  - the request property `interactive/header` became not nullable
  - the request property `from` became required
  - the request property `interactive` became required
  - the request property `interactive/action` became required
  - the request property `interactive/action/parameters` became required
  - the request property `interactive/action/parameters/order` became required
  - the request property `interactive/action/parameters/order/status` became required
  - the request property `interactive/action/parameters/payment/status` became required
  - the request property `interactive/action/parameters/reference_id` became required
  - the request property `interactive/body` became required
  - the request property `interactive/body/text` became required
  - the request property `interactive/footer/text` became required
  - the request property `interactive/header/type` became required
  - the request property `to` became required
  - the `name` request property const value `review_order` was added
  - the `type` request property const value `image` was added
  - the `type` request property const value `order_status` was added
  - removed the enum value `image` of the request property `interactive/header/type`
  - removed the enum value `order_status` of the request property `interactive/type`
  - removed the enum value `review_order` of the request property `interactive/action/name`
  - the `from` request property's minLength was increased from `0` to `1`
  - the `to` request property's minLength was increased from `0` to `1`
  - the `interactive/action/parameters/payment/timestamp` request property's max was set to `9007199254740991.00`
  - the `interactive/action/parameters/payment/timestamp` request property's min was set to `-9007199254740991.00`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `404`
  - the response property `id` became required for the status `200`
  - the `id` response's property pattern `^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$` was added for the status `200`

---

[Operation](https://skmtc.dev/indigohive/apis/cogfy-messenger-public-api/docs/messages/interactive/order_status/post.md) · [API](https://skmtc.dev/indigohive/apis/cogfy-messenger-public-api.md) · [Page](https://skmtc.dev/indigohive/apis/cogfy-messenger-public-api/changes/messages/interactive/order_status/post)
