---
title: "Create IPN for transaction ID"
method: POST
path: "/transaction/{id}/ipn"
tags: ["Service"]
---

# Create IPN for transaction ID

`POST /transaction/{id}/ipn`

## Path parameters

- `id` string, required

## Request body

- object
  - `url` string, url, required — The Instant payment notification (aka IPN or callback) will be sent to this URL

## Response `201`

OK

- unknown

## Other responses

- `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)
