---
title: "PUT /payment-api/v1.1/order"
method: PUT
path: "/payment-api/v1.1/order"
tags: ["Order"]
---

# PUT /payment-api/v1.1/order

`PUT /payment-api/v1.1/order`

## Request body

- OrderPutModel
  - `transactionId` string, nullable
  - `paymentDetails` OrderPaymentDetailsItemModel
    - `referenceNo` string, nullable
    - `currency` string, nullable
    - `country` string, nullable
    - `amount` number, double
    - `orderDate` string, date-time
    - `description` string, nullable
    - `paymentDate` string, date-time, nullable
    - `mode` 'Payment' | 'PayLater' | 'Token' | 'Terminal' | 'Authorize'
    - `statementSuffix` string, nullable
    - `imageLink` string, nullable
    - `submitLabel` string, nullable
    - `metadata` object, nullable
    - `paymentSchedule` ScheduledPaymentItemModel[], nullable
      - `id` integer
      - `label` string, nullable
      - `dateTime` string, date-time
      - `amountInOrderCurrency` number, double, nullable
      - `currencyToPay` string, nullable
      - `status` 'Pending' | 'Paid' | 'Failed' | 'Cancelled' | 'Refunded'
    - `lineItems` OrderLineItemModel[], nullable
      - `id` integer
      - `orderId` integer
      - `itemRef` string, nullable
      - `currency` string, nullable
      - `amount` number, double
      - `description` string, nullable
      - `productCode` string, nullable
      - `tax` number, double
      - `amountAfterTax` number, double
      - `pmsReferenceNo` string, nullable
      - `crsReferenceNo` string, nullable
      - `mealType` string, nullable
      - `roomType` string, nullable
      - `ratePlanCode` string, nullable
      - `transactionTypeId` integer
      - `checkInDate` string, date-time, nullable
      - `checkOutDate` string, date-time, nullable
      - `metadata` object, nullable
  - `returnUrlSuccess` string, nullable
  - `returnUrlCancel` string, nullable
  - `language` string, nullable

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `500` — Server Error

---

[API](https://skmtc.dev/iolpay/apis/iolpay-payment-api-public-2.md) · [All operations](https://skmtc.dev/iolpay/apis/iolpay-payment-api-public-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iolpay/iolpay-payment-api-public-2/revisions/fc7567d259e7/schema)
