---
title: "Check status"
method: POST
path: "/order.json"
---

# Check status

`POST /order.json`

Verify Transaction/Invoice status

## Headers

- `Content-Type` string, required

## Request body

- union
  - object
    - `method` string, required — The request method being used. Set to 'check' to get the status of an order.
    - `store` integer, required — Your store ID. Numeric value only, no text.
    - `authkey` string, required — Your authentication key
    - `order` object, required — Reference to the order received in create session API call
      - `ref` string, required — Order reference
  - object
    - `method` string, required — The request method being used. Set to 'check' to get the status of an order.
    - `store` integer, required — Your store ID. Numeric value only, no text.
    - `authkey` string, required — Your authentication key
    - `invoiceref` string, required — Invoice reference

## Response `200`

Successful response

- union
  - object
    - `method` string
    - `trace` string
    - `order` object
      - `ref` string
      - `url` string
      - `cartid` string
      - `test` integer
      - `amount` string
      - `currency` string
      - `description` string
      - `status` object
        - `code` integer
        - `text` string
  - object
    - `method` string
    - `trace` string
    - `error` object
      - `message` string
      - `note` string
  - object
    - `method` string
    - `trace` string
    - `invoice` object
      - `ref` string
      - `id` integer
      - `amount` string
      - `currency` string
      - `description` string
      - `email to` string
      - `status` object
        - `code` integer
        - `text` string
      - `transaction` object
        - `ref` string
        - `date` string
        - `type` string
        - `class` string
        - `status` string
        - `code` string
        - `message` string
        - `networktranid` string
      - `paymethod` string
      - `card` object
        - `type` string
        - `last4` string
        - `country` string
        - `first6` string
        - `expiry` object
          - `month` integer
          - `year` integer
      - `customer` object
        - `email` string
        - `name` object
          - `forenames` string
          - `surname` string
        - `address` object
          - `country` string

---

[API](https://skmtc.net/telr/apis/remote-json-api-1-0.md) · [All operations](https://skmtc.net/telr/apis/remote-json-api-1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/telr/remote-json-api-1-0/versions/7a1969c709ba/schema)
