---
title: "Get IPN for order ID"
method: GET
path: "/order/{id}/ipn"
---

# Get IPN for order ID

`GET /order/{id}/ipn`

## Path parameters

- `id` string, required

## Response `200`

OK

- object[]
  - `url` string, url — URL where the IPN was sent
  - `request` string — Request body of the IPN
  - `response` string — Response returned by the merchant's endpoint
  - `orderId` string — Order ID of the payment associated with the IPN
  - `transactionId` string — Transaction ID of the payment associated with the IPN
  - `execTime` string — Unix timestamp of the IPN delivery attempt
  - `httpCode` string — HTTP status code
  - `error` string, nullable — Error message, if any (e.g., timeout)
  - `attemptNumber` integer — Number of the delivery attempt

## Other responses

- `401` — Unauthorized
- `404` — Not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/centrobill/apis/centrobill-payment-api.md) · [All operations](https://skmtc.net/centrobill/apis/centrobill-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/centrobill/centrobill-payment-api/versions/d0334aeb55ce/schema)
