---
title: "Verify Payout Status by Reference"
method: GET
path: "/disbursements/payouts/reference/{transactionReference}"
---

# Verify Payout Status by Reference

`GET /disbursements/payouts/reference/{transactionReference}`

This API lets you retrieve and view a specific payout

## Path parameters

- `transactionReference` string, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` integer
    - `amountSent` number
    - `amountReceived` number
    - `sourceCurrency` string
    - `destinationCurrency` string
    - `fee` number
    - `quoteId` string
    - `status` string
    - `reference` string
    - `customerReference` unknown
    - `description` string
    - `paymentDestination` string
    - `paymentScheme` string
    - `additionalInfo` unknown
    - `traceId` unknown
    - `message` string
    - `isDocumentRequired` integer
    - `isDocumentUploaded` integer
    - `documentsRequired` unknown
    - `valuedAt` string
    - `createdAt` string
    - `updatedAt` string
    - `recipient` object
      - `firstName` string
      - `lastName` string
      - `middleName` unknown
      - `accountHolderName` string
      - `email` string
      - `phone` string
      - `accountNumber` string
      - `type` string
      - `country` string
      - `bankCode` string
      - `bankName` unknown
      - `sortCode` string
      - `bankSwiftCode` string
      - `bankAddress` object
        - `country` string
        - `state` string
        - `zip` string
        - `city` string
        - `street` string
        - `postalCode` unknown
      - `birthDate` unknown
      - `birthPlace` unknown
      - `address` unknown
      - `registrationNumber` unknown
      - `incorporationCountry` unknown
      - `mobileMoneyCode` unknown

## Other responses

- `404` — 404

---

[API](https://skmtc.net/fincra/apis/awesome-new-api.md) · [All operations](https://skmtc.net/fincra/apis/awesome-new-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fincra/awesome-new-api/revisions/c8215c27b460/schema)
