---
title: "POST /unsuspend_order"
method: POST
path: "/unsuspend_order"
tags: ["Orders"]
---

# POST /unsuspend_order

`POST /unsuspend_order`

Use either the <code>pnm_order_identifier</code> or the <code>site_order_identifier</code> to find the suspended order you want to unsuspend immediately. Once an order is unsuspended/activated, consumers can make payments immediately.

## Request body

- union — Unsuspend/activate an order so that consumers can immediately make payments against it.
  - object
    - `site_identifier` string, required — Identifies your client site.
    - `timestamp` string, required — The Unix Epoch time of the call
    - `version` string, required — The version of the API. This version must match the version associated with your API key pair.
    - `signature` string, required — The HMAC signature that is calculated by running your API Secret Key and the alphabetized, concatenated parameters of the request payload through the SHA256 message digest algorithm.
    - `pnm_order_identifier` string, required — The unique, PayNearMe-defined identifier for this order
  - object
    - `site_identifier` string, required — Identifies your client site.
    - `timestamp` string, required — The Unix Epoch time of the call
    - `version` string, required — The version of the API. This version must match the version associated with your API key pair.
    - `signature` string, required — The HMAC signature that is calculated by running your API Secret Key and the alphabetized, concatenated parameters of the request payload through the SHA256 message digest algorithm.
    - `site_order_identifier` string, required — An arbitrary string that the client uses to refer to an order

## Response `201`

Order Unsuspended

- UnsuspendOrderResponse — Provides the results of an order unsuspension request.
  - `order_unsuspended` string — Displays the order that was unsuspended.

---

[API](https://skmtc.net/paynearme/apis/paynearme-api-v3-0.md) · [All operations](https://skmtc.net/paynearme/apis/paynearme-api-v3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paynearme/paynearme-api-v3-0/revisions/44cba4f8b80f/schema)
