---
title: "Approve Payout Txns"
method: POST
path: "/api/merchant/payout/approve"
tags: ["Payout APIs"]
---

# Approve Payout Txns

`POST /api/merchant/payout/approve`

## Headers

- `X-Portone-Client-Key` string
- `Authorization` 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
  - `content` VirtualAccountContent — The object containing the virtual account details.
    - `account_no` string — The account_number to virtual account.
    - `account_name` string — The name of the virtual account.
    - `bank_code` string — The bank_code of the virtual account.
    - `bank_name` string — The bank name of the virtual account.
    - `start_date` string — The creation date of the virtual account.
    - `channel_key` string — The PSP Channel Key linked to the virtual account. Refer PortOne docs for additional details.
    - `end_date` string — The expiry_date of the virtual account.
    - `balance` number, double — The amount present in the virtual account.
    - `currency` string — The currency supported by the virtual account for the transaction.
    - `condition` string — Refer PortOne docs for additional details.
    - `conditional_amount` number, double — The amount limit conditional to the PSP
  - `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)
