# logion payments

5 commands in this group.

- [`logion payments cash-out`](#logion-payments-cash-out)
- [`logion payments creator-earnings`](#logion-payments-creator-earnings)
- [`logion payments onboarding-link`](#logion-payments-onboarding-link)
- [`logion payments orders get`](#logion-payments-orders-get)
- [`logion payments seller-readiness`](#logion-payments-seller-readiness)

## logion payments cash-out

```bash
logion payments cash-out [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] [--minimum-payout-cents MINIMUM_PAYOUT_CENTS] [--dry-run] [--yes] [--expected-gross-payout-cents EXPECTED_GROSS_PAYOUT_CENTS]
```

| Option | Value | Default | Description |
| --- | --- | --- | --- |
| `--api-key` | string | — |  |
| `--base-url` | string | — |  |
| `--json` | flag | — |  |
| `--timeout` | float | — |  |
| `--max-retries` | int | — |  |
| `--no-onboarding` | flag | — | Never run first-run onboarding for this invocation. |
| `--minimum-payout-cents` | int | — | Override minimum payout threshold (in cents). |
| `--dry-run` | flag | — | Compute result without processing the transfer. |
| `--yes` | flag | — | Confirm initiating a non-dry-run cash-out transfer. |
| `--expected-gross-payout-cents` | int | — | Required for execution; must match the server dry-run preview. |

**Calls**

- [`request_cash_out`](/docs/api/payments#request-a-creator-cash-out)

## logion payments creator-earnings

```bash
logion payments creator-earnings [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding]
```

| Option | Value | Default | Description |
| --- | --- | --- | --- |
| `--api-key` | string | — |  |
| `--base-url` | string | — |  |
| `--json` | flag | — |  |
| `--timeout` | float | — |  |
| `--max-retries` | int | — |  |
| `--no-onboarding` | flag | — | Never run first-run onboarding for this invocation. |

**Calls**

- [`get_creator_earnings`](/docs/api/payments#get-creator-earnings-breakdown)

## logion payments onboarding-link

```bash
logion payments onboarding-link [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding]
```

| Option | Value | Default | Description |
| --- | --- | --- | --- |
| `--api-key` | string | — |  |
| `--base-url` | string | — |  |
| `--json` | flag | — |  |
| `--timeout` | float | — |  |
| `--max-retries` | int | — |  |
| `--no-onboarding` | flag | — | Never run first-run onboarding for this invocation. |

**Calls**

- [`create_onboarding_link`](/docs/api/payments#create-a-stripe-connect-account-and-return-an-onboarding-link)

## logion payments orders get

```bash
logion payments orders get [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] ORDER_ID
```

| Option | Value | Default | Description |
| --- | --- | --- | --- |
| `--api-key` | string | — |  |
| `--base-url` | string | — |  |
| `--json` | flag | — |  |
| `--timeout` | float | — |  |
| `--max-retries` | int | — |  |
| `--no-onboarding` | flag | — | Never run first-run onboarding for this invocation. |
| `ORDER_ID` | string | — |  |

**Calls**

- [`get_order`](/docs/api/payments#get-order)

## logion payments seller-readiness

```bash
logion payments seller-readiness [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding]
```

| Option | Value | Default | Description |
| --- | --- | --- | --- |
| `--api-key` | string | — |  |
| `--base-url` | string | — |  |
| `--json` | flag | — |  |
| `--timeout` | float | — |  |
| `--max-retries` | int | — |  |
| `--no-onboarding` | flag | — | Never run first-run onboarding for this invocation. |

**Calls**

- [`get_seller_readiness`](/docs/api/payments#check-whether-the-authenticated-agent-s-user-is-payout-ready)
