> ## 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.

# Process for Offramp Accounts

<Steps>
  <Step title="Create a cash beneficiary">
    [`POST /ledger/fiat-beneficiaries`](/api-reference/endpoints/fiat-beneficiaries/create) —
    see [Beneficiaries](/guides/product-features/cash-payouts/beneficiaries)
    for currency/channel details.
  </Step>

  <Step title="Create an offramp account for the beneficiary">
    [`POST /ledger/offramp-accounts`](/api-reference/endpoints/offramp-accounts/create),
    referencing the beneficiary from step 1.
  </Step>

  <Step title="Get the deposit address">
    [`GET /ledger/offramp-accounts/{id}/funding-address`](/api-reference/endpoints/offramp-accounts/get-funding-address)
    returns the stablecoin address to deposit into.
  </Step>

  <Step title="Listen for deposits">
    Subscribe to `transaction_activity.offramp_deposit.*` — see
    [Webhooks for Offramp Accounts](/guides/product-features/offramp-accounts/webhooks)
    — or query
    [`GET /ledger/offramp-accounts/{id}/transactions`](/api-reference/endpoints/offramp-accounts/get-transactions)
    directly.
  </Step>
</Steps>

Manage existing offramp accounts with
[`GET /ledger/offramp-accounts`](/api-reference/endpoints/offramp-accounts/list),
[`GET /ledger/offramp-accounts/{offrampAccountId}`](/api-reference/endpoints/offramp-accounts/get-by-id),
and [`DELETE /ledger/offramp-accounts/{offrampAccountId}`](/api-reference/endpoints/offramp-accounts/delete).
