---
title: "Creates a funding wallet"
method: POST
path: "/v1beta/accounts/{account_id}/funding_wallet"
tags: ["Funding Wallets"]
---

# Creates a funding wallet

`POST /v1beta/accounts/{account_id}/funding_wallet`

Creates a funding wallet for the specified account. The request is rejected if the account already has a funding wallet.

## Path parameters

- `account_id` string, required

## Response `200`

funding wallet

- FundingWallet
  - `account_id` string, uuid, required
  - `created_at` string, date-time, required
  - `status` 'active' | 'pending' | 'disabled', required — Status: * `active`: The funding wallet is ready * `pending`: The funding wallet is being processed * `disabled`: The funding wallet is disabled

## Other responses

- `default` — error

---

[API](https://skmtc.net/alpacahq/apis/gift-city-extensions-api.md) · [All operations](https://skmtc.net/alpacahq/apis/gift-city-extensions-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alpacahq/gift-city-extensions-api/revisions/62e3378bb273/schema)
