---
title: "Get a regular payout"
method: GET
path: "/payouts/{id}"
---

# Get a regular payout

`GET /payouts/{id}`

[Available in Production/Sandbox environment] Retrieve a regular payout

## Path parameters

- `id` string, required

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Response `200`

200

- object
  - `data` object
    - `id` string — Payout contract ID.
    - `type` string — Request type.
    - `attributes` object
      - `amount` string — Transaction amount.
      - `createdAt` string — Timestamp when the transaction was created.
      - `description` string — Description of this transaction (contract) according to merchant.
      - `disbursementMethod` object — Disbursement details.
        - `accountNo` string — Bank account number.
        - `bankAbbrev` string — Bank abbreviation.
        - `currency` string — Transaction currency.
        - `type` string — Disbursement method type.
        - `walletName` string — Wallet from which funds are deducted.
      - `externalReference` string — External transaction reference which will be seen by the recipient.
      - `failureReason` string — Reason for failure (if applicable).
      - `fees` string — Fees charged for the transaction.
      - `idempotencyId` string — Idempotency ID for the transaction.
      - `status` string — Transaction status.
      - `updatedAt` string — Timestamp when the transaction was last updated.

---

[API](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url.md) · [All operations](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straitsx/straitsx-sandbox-base-url/versions/9ceee2969aeb/schema)
