---
title: "List Payout Destinations"
method: GET
path: "/payout-destination"
---

# List Payout Destinations

`GET /payout-destination`

## Response `200`

200

- object
  - `data` object[]
    - `id` string
    - `account_id` string
    - `label` string
    - `type` string
    - `wire_type` unknown
    - `beneficiary_name` string
    - `account_number` string
    - `account_type` string
    - `routing_number` string
    - `routing_type` string
    - `bank_name` string
    - `bank_address` object
      - `city` string
      - `country` string
      - `line1` string
      - `line2` string
      - `postal_code` string
      - `state` string
    - `beneficiary_address` object
    - `is_deleted` boolean
    - `created_at` string
    - `updated_at` string
  - `message` string
  - `meta` object
    - `per_page` integer
    - `page` integer
    - `count_total` integer
    - `page_total` integer
    - `prev_page` boolean
    - `next_page` boolean
  - `status` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/useoval/apis/core-api.md) · [All operations](https://skmtc.net/useoval/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/useoval/core-api/versions/cb65d8f214c3/schema)
