---
title: "Get Pending Payouts"
method: GET
path: "/referrals/pending-payouts"
tags: ["General APIs with JWT"]
---

# Get Pending Payouts

`GET /referrals/pending-payouts`

Get all pending referral payouts for the authenticated user.

## Response `200`

Successful Response

- PayoutResponse[]
  - `id` string, uuid, required
  - `user_id` string, uuid, required
  - `payout_type` 'REFERRAL' | 'BALANCE_WITHDRAWAL', required
  - `payout_method` 'STRIPE' | 'CRYPTO' | 'BALANCE', required
  - `amount` number, required
  - `currency` string, required
  - `status` 'PENDING' | 'CONFIRMED' | 'FAILED', required
  - `wallet_id` string, uuid, nullable
  - `stripe_transfer_id` string, nullable
  - `transaction_hash` string, nullable
  - `microservice_transaction_id` string, nullable
  - `network` string, nullable
  - `token_type` string, nullable
  - `destination_address` string, nullable
  - `meta_data` object, nullable
  - `error_message` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `completed_at` string, date-time, nullable

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/57db0a9348db/schema)
