---
title: "IPN FULL"
method: POST
path: "/PaymentPages/ipn-full"
tags: ["Payment Pages"]
---

# IPN FULL

`POST /PaymentPages/ipn-full`

## Headers

- `api-key` string, required
- `secret-key` string, required

## Request body

- object
  - `payment_request_uid` string — required if transaction uid without value
  - `transaction_uid` string — required if payment request uid without value.
  - `related_transaction` boolean — by default false, to receive all the related transactions for every transaction send true
  - `approval_num` string — Receive transaction by approval number, This number can be repeated in other previous of your transaction and therefore search by this field will draw the latest transaction
  - `voucher_num` string — Receive transaction by approval number, This number can be repeated in other previous of your transaction and therefore search by this field will draw the latest transaction
  - `more_info` string — Search by transaction more info in case you sent

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/payplus/apis/payplus-api-documentation-production.md) · [All operations](https://skmtc.net/payplus/apis/payplus-api-documentation-production/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payplus/payplus-api-documentation-production/versions/2a893057392b/schema)
