---
title: "Check Payout status."
method: POST
path: "/v0.2.4/payouts/status"
tags: ["Payouts"]
---

# Check Payout status.

`POST /v0.2.4/payouts/status`

## Request body

- object
  - `subAccount` string — Subaccount (Wallet Account) to payout from, if any.
  - `turnOffNotification` boolean — disables email and other notifications from Chimoney.
  - `chiRef` string, required — Chi reference.

## Response `200`

Success.

- object
  - `status` string — Status of the request.
  - `message` string — Message describing the outcome.
  - `data` object
    - `id` string
    - `valueInUSD` number
    - `chimoney` number
    - `issueID` string
    - `receiver` string
    - `personalizedMessage` string
    - `fee` number
    - `type` string
    - `issuer` string
    - `t_id` integer
    - `collectionPaymentIssueID` string
    - `chiRef` string
    - `narration` string
    - `integration` object
      - `reference` string
      - `appID` string
    - `issueDate` string, date-time
    - `redeemData` object
      - `valueInUSD` number
      - `collectionPaymentIssueID` string
      - `walletID` string
      - `receiver` string
      - `narration` string
      - `redeemData` object
    - `initiatedBy` string
    - `paymentDate` string, date-time
    - `redeemDate` string, date-time
    - `meta` object
      - `walletOwner` string
      - `chiRef` string
      - `currency` string
      - `type` string
      - `payer` string
      - `payment_method` string
    - `payout` object
      - `wallet` string
    - `updatedDate` string, date-time
    - `deliveryStatus` string
    - `status` string

## Other responses

- `400` — Validation error in the request.
- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `500` — Indicates an internal server error.

---

[API](https://skmtc.net/chimoney/apis/chimoney-api-docs.md) · [All operations](https://skmtc.net/chimoney/apis/chimoney-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chimoney/chimoney-api-docs/versions/227751df36a0/schema)
