---
title: "Get Payout Details"
method: GET
path: "/{payout_id}/"
tags: ["Payouts"]
---

# Get Payout Details

`GET /{payout_id}/`

Retrieve details of a payout.

## Path parameters

- `payout_id` string, required

## Headers

- `x-company-id` integer — ID of a child company for authentication. If not provided, the parent company will be authenticated.

## Response `200`

Successful Response

- PayoutSuccessGetResponse
  - `status` 'success' | ''
  - `data` PayoutResponse, required
    - `id` string, required
    - `transactionId` string
    - `originId` string
    - `voucherId` string
    - `bank` string
    - `country` 'BR' | 'AR' | 'CO' | 'CL' | 'BO' | 'PY' | 'SG' | 'PE' | 'MX' | 'UY' | 'US' | 'EU' | 'XX' | 'GB', required
    - `currency` 'BRL' | 'BRLA' | 'MXN' | 'ARS' | 'COP' | 'CLP' | 'BOB' | 'PYG' | 'SGD' | 'PEN' | 'EUR' | 'GBP' | 'USD' | 'USDT' | 'USDC' | 'UYU' | 'USDC_POL' | 'USDT_POL' | 'EURC_BASE' | 'USDC_BASE' | 'USDT_BASE' | 'USDC_ETH' | 'USDT_ETH' | 'EURC_ETH' | 'USDC_TEMPO' | 'USDT_TEMPO' | 'EURC_TEMPO' | 'BRLA_ETH' | 'BRLA_POL' | 'BRLA_BASE' | 'TGBP_ETH' | 'TGBP_POL' | 'TGBP_BASE', required
    - `createdAt` string, required — Transfer creation date
    - `updatedAt` string — Date on which the transfer was updated
    - `amount` number, required
    - `msgStatus` string
    - `status` 'SUCCESSFUL' | 'FAILED' | 'IN_PROGRESS' | 'TEMPORARY_FAILURE', required
    - `sourceAccount` SourceAccount
      - `id` integer — ID of the source account
      - `country` string, required — Country of source account
      - `bank` string, required — Bank of source account
      - `currency` string, required — Currency of source account
      - `accountNumber` string, required — Authorized account for performing payout.
      - `label` string — Label for the source account.
    - `destination` object
    - `refunds` RefundsSchema[]
      - `transactionId` string, required
      - `status` 'SUCCESSFUL' | 'FAILED' | 'IN_PROGRESS' | 'TEMPORARY_FAILURE', required
      - `createdAt` string, date-time, required
      - `amount` number, required
      - `currency` 'BRL' | 'BRLA' | 'MXN' | 'ARS' | 'COP' | 'CLP' | 'BOB' | 'PYG' | 'SGD' | 'PEN' | 'EUR' | 'GBP' | 'USD' | 'USDT' | 'USDC' | 'UYU' | 'USDC_POL' | 'USDT_POL' | 'EURC_BASE' | 'USDC_BASE' | 'USDT_BASE' | 'USDC_ETH' | 'USDT_ETH' | 'EURC_ETH' | 'USDC_TEMPO' | 'USDT_TEMPO' | 'EURC_TEMPO' | 'BRLA_ETH' | 'BRLA_POL' | 'BRLA_BASE' | 'TGBP_ETH' | 'TGBP_POL' | 'TGBP_BASE', required
      - `message` string
    - `creditorAccount` CreditorAccount
      - `number` string — Number of creditor account
      - `branch` string — Agency of creditor account
      - `type` string — Type of creditor account
      - `bankCode` string — Bank code of creditor account
      - `bankName` string — Bank name of creditor account
      - `ownerName` string — Owner name of creditor account
      - `ownerDocument` string — Owner document number of creditor account
      - `ownerDocumentType` string — Owner document type of creditor account
    - `extraInfo` object
    - `callbackUrl` string
    - `company` Company, required
      - `id` integer, required
      - `name` string, required
    - `createdAtIso` string — Transfer creation date in ISO 8601 format
    - `updatedAtIso` string — Date on which the transfer was updated in ISO 8601 format

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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