---
title: "추가운임 결제 결과 콜백"
method: POST
path: "/v1/ezadmin/callback/payment"
tags: ["Etc. EzAdmin API"]
---

# 추가운임 결제 결과 콜백

`POST /v1/ezadmin/callback/payment`

이지어드민이 추가운임 결제 결과(성공/실패)를 통보. 통보 시 전달한 chargeRef 로 매칭.
- status=PAID: 미납금 차감 / status=FAILED: 미납 유지

## Request body

- EzadminPaymentResultDTO — 결제 결과
  - `chargeRef` string
  - `status` string
  - `amount` integer
  - `paidAt` string, date-time
  - `failReason` string
  - `paid` boolean
  - `failed` boolean

## Response `200`

OK

---

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