---
title: "Withdraw Referral Rewards"
method: POST
path: "/referrals/withdraw"
tags: ["General APIs with JWT"]
---

# Withdraw Referral Rewards

`POST /referrals/withdraw`

Withdraw accumulated referral rewards from pending_referral_balance.

## Response `200`

Successful Response

- WithdrawReferralRewardsResponse
  - `success` boolean, required
  - `message` string, required
  - `payout_id` string, uuid, required
  - `payout_method` string, required
  - `amount` number, required
  - `currency` string, required
  - `status` string, required
  - `new_pending_balance` number, required
  - `new_main_balance` number, nullable, required

---

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