---
title: "Verify Payout Transactions"
method: POST
path: "/api/merchant/payout/verify"
tags: ["Payout APIs"]
---

# Verify Payout Transactions

`POST /api/merchant/payout/verify`

## Headers

- `X-Portone-Client-Key` string
- `Authorization` string
- `Content-Type` string

## Request body

- object
  - `approver_email` string, required — The email_address of the approver user
  - `approver_name` string, required — The name of the approver user
  - `otp` string, required — The One Time Password sent on the configured 2FA setup
  - `txn_refs` string[], required — The array of payout transaction references
  - `signature_hash` string, required — The SignatureHash generated for the specific payload data
  - `environment` 'live' | 'sandbox', required — The environment of the transaction is either live OR sandbox

## Response `200`

Successful response

- object
  - `message` string — The description of the API request execution result
  - `status_code` string — The status_code for API request execution result
  - `status_reason` string — The status_reason for API request execution result

## Other responses

- `400` — Failure response
- `401` — Failure response

---

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