---
title: "Debit wallet to process unpaid transaction."
method: POST
path: "/v0.2.4/payouts/process"
tags: ["Payouts"]
---

# Debit wallet to process unpaid transaction.

`POST /v0.2.4/payouts/process`

## Request body

- object
  - `subAccount` string — Subaccount (Wallet Account) to payout from, if any.
  - `issueID` string, required — issueID of the transaction to process.
  - `collectionPaymentIssueID` string — issue ID for the payment payout initiated.

## Response `200`

Success.

- object
  - `status` string — Status of the request.
  - `message` string — Message describing the outcome.
  - `data` object
    - `paymentLink` string — Link to complete the payment.
    - `data` object[]
      - `id` string
      - `valueInUSD` number
      - `chimoney` number
      - `issueID` string
      - `fee` number
      - `type` string
      - `subAccount` string
      - `issuer` string
      - `t_id` integer
      - `chiRef` string
      - `meta` object
      - `integration` object
        - `appID` string
        - `isFromScrim` boolean
      - `turnOffNotification` boolean
      - `issueDate` string, date-time
      - `payerEmail` string
      - `redirect_url` string
      - `redeemData` object
        - `walletID` string
      - `initiatedBy` string
      - `collectionPaymentIssueID` string
      - `redeemLink` string
    - `chimoneys` object[]
    - `error` 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)
