---
title: "Withdraw Onboard Redirect"
method: GET
path: "/withdraw/onboard"
tags: ["withdrawals"]
---

# Withdraw Onboard Redirect

`GET /withdraw/onboard`

Mint a fresh Stripe onboarding link on demand.

The frontend page at `/withdraw/onboard` calls this endpoint with the
current user's JWT, then redirects the browser to the returned URL.
That indirection lets us send durable links in emails / Stripe
`refresh_url` even though the Stripe account links themselves are
short-lived and single-use.

## Query parameters

- `conglomerate_id` string, uuid, required

## Response `200`

Successful Response

- OnboardingUrlResponse
  - `url` string, required

## Other responses

- `422` — Validation Error

---

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