---
title: "POST /api/transactions/{id}/order-sms"
method: POST
path: "/api/transactions/{id}/order-sms"
tags: ["api", "transactions"]
---

# POST /api/transactions/{id}/order-sms

`POST /api/transactions/{id}/order-sms`

Send an order SMS for a transaction

## Path parameters

- `id` string, required — The id of the transaction to send the order SMS

## Request body

- POSTTransactionsSendAnOrderSmsForATransaction, nullable
  - `phone` string, nullable — The target phone number where the SMS should be sent to

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
