---
title: "Order"
method: POST
path: "/order"
---

# Order

`POST /order`

## Headers

- `X-Ipay-Auth-Code` string
- `X-Ipay-Client-Id` string
- `X-Ipay-Client-Secret` string
- `X-Ipay-Endpoint-Ip` string

## Request body

- object
  - `externalRef` string — unique transaction id
  - `productKey` string — productKey
  - `denomination` integer
  - `sender` object
    - `name` string — name of the sender
  - `reciever` object
    - `name` string — name of the reciever
    - `email` string — email address of the reciever
    - `mobile` string — mobile number of the reciever
    - `gift_message` string — gift message
  - `latitude` string — end customer latitude
  - `longitude` string

## Response `200`

200

- object
  - `statuscode` string
  - `actcode` unknown
  - `status` string
  - `data` object
    - `externalRef` string
    - `poolReferenceId` string
    - `txnValue` string
    - `txnReferenceId` string
    - `pool` object
      - `account` string
      - `openingBal` string
      - `mode` string
      - `amount` string
      - `closingBal` string
    - `sender` object
      - `name` string
    - `receiver` object
      - `name` string
      - `contact` string
      - `cardNumber` string
      - `cardPin` string
      - `cardExpiry` string
  - `timestamp` string
  - `ipay_uuid` string
  - `orderid` string
  - `environment` string
  - `internalCode` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/instantpay/apis/identity.md) · [All operations](https://skmtc.net/instantpay/apis/identity/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantpay/identity/revisions/1d0672797b14/schema)
