> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onboard.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Cash Payout Flows

<Warning>
  API keys used to create cash payouts must have IP whitelisting configured —
  see [Getting API Credentials](/guides/api-concepts/api-credentials).
</Warning>

<Steps>
  <Step title="Get available currencies for payout">
    [`GET /ledger/cash-payments/currencies`](/api-reference/endpoints/cash-payouts/get-currencies)
    — see [Beneficiaries](/guides/product-features/cash-payouts/beneficiaries)
    for the full currency/channel table.
  </Step>

  <Step title="Get a quote">
    [`POST /ledger/cash-payments/quotes`](/api-reference/endpoints/cash-payouts/create-quote)
    locks in a conversion rate for the payout amount and currency.
  </Step>

  <Step title="Create the payout">
    [`POST /ledger/cash-payments`](/api-reference/endpoints/cash-payouts/create-payout)
    using the quote reference and a saved beneficiary ID.
  </Step>

  <Step title="Query status or listen for webhooks">
    Poll [`GET /ledger/cash-payments/{reference}`](/api-reference/endpoints/cash-payouts/get-by-reference),
    or subscribe to `transaction_activity.cash_payment.*` — see
    [Webhooks for Cash Payouts](/guides/product-features/cash-payouts/webhooks).
  </Step>

  <Step title="List payouts">
    [`GET /ledger/cash-payments`](/api-reference/endpoints/cash-payouts/list)
    returns all payouts.
  </Step>
</Steps>
