---
title: "Extend order autoexpire"
method: POST
path: "/pad/orders/{order_id}/autoexpire"
tags: ["Payments"]
---

# Extend order autoexpire

`POST /pad/orders/{order_id}/autoexpire`

Extend order autoexpire by given days or configured autoexpire value.

## Path parameters

- `order_id` string, required

## Request body

- object
  - `days` integer — Number of days to extend the autoexpire. If not provided, the default configured autoexpire value will be used.

## Response `200`

Request successful

- object
  - `data` string, date-time — When the order will be automatically expired unless shipped. **Format:** [ISO 8601 time](https://en.wikipedia.org/wiki/ISO_8601)
  - `success` Success — unresolved $ref

## Other responses

- `422` — Validation errors

---

[API](https://skmtc.dev/multisafepay/apis/multisafepay-banking-order-api.md) · [All operations](https://skmtc.dev/multisafepay/apis/multisafepay-banking-order-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multisafepay/multisafepay-banking-order-api/revisions/ce9612e4a307/schema)
