---
title: "Expire Order"
method: POST
path: "/merchants/orders/{order_token}/expire"
tags: ["Orden"]
---

# Expire Order

`POST /merchants/orders/{order_token}/expire`

Expire an order identified by the order token. For the order to be
expired, the order must be in `pending` status, with no associated
payment attempts, and if there is one, the last payment attempt must be
in `denied` status

## Response `200`

OK

## Other responses

- `400` — Respuesta de un bad request
- `401` — Respuesta de una solicitud **sin autorización** este problema es debido a el **X-API-KEY** inválido o por el **Bearer-Auth
- `500` — Ejemplo de una orden no encontrada

---

[API](https://skmtc.dev/deuna/apis/user-network-api.md) · [All operations](https://skmtc.dev/deuna/apis/user-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deuna/user-network-api/revisions/df73fa00ed05/schema)
