---
title: "Get a list of third party payouts"
method: GET
path: "/{customer_profile_id}/payouts"
---

# Get a list of third party payouts

`GET /{customer_profile_id}/payouts`

[Available in Production/Sandbox environment] Retrieve a list of third party payouts for a customer profile

## Path parameters

- `customer_profile_id` string, required

## Query parameters

- `page[size]` integer
- `page[number]` integer
- `sort` string
- `filter[to]` string
- `filter[from]` string
- `filter[disbursementMethodType]` string
- `filter[currency]` string
- `filter[status]` string

## 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.
  - `meta` object — Metadata about the returned list, such as pagination details.
    - `total` integer — Total count.
    - `pages` integer — Page size.
  - `links` object — URLs related to the paginated result set.
    - `self` string — The URL of the current request/page.

---

[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)
