---
title: "Create a USD Withdrawal Request for a subaccount"
method: POST
path: "/subaccounts/{subaccountId}/fiat/withdrawals"
tags: ["Subaccounts"]
---

# Create a USD Withdrawal Request for a subaccount

`POST /subaccounts/{subaccountId}/fiat/withdrawals`

Permissions required: **Subaccount**


Creates a USD Withdrawal Request for an Asset within a Subaccount (FIAT only for now)

This will trigger an e-mail to be sent to the program customer to authorize the withdrawal.

## Path parameters

- `subaccountId` string, required

## Headers

- `Api-Signature` string, required
- `Api-Timestamp` integer, required

## Request body

- CreateSubaccountWithdrawalRequest — Details of the withdrawal to create for the subaccount
  - `asset` AssetAmount, required
    - `amount` string, required — An amount of a crypto-asset to transfer, without units. The unit is derived from the asset type. The amount must be positive
    - `assetType` string, required — A string representing a type of asset, which usually corresponds to the crypto asset's ticker symbol. Use `/asset-types` to list all of the supported asset types for your organization. For now only USD is available
  - `customerDetails` WithdrawalBankInfo, required — Information needed to trigger the wire transfer
    - `beneficiary` object, required — Beneficiary Information
      - `accountNumber` string — Bank Account Number
      - `address` DestinationAddress, required — Information related to the Address of the Benificiary
        - `address` string, required — Street Address
        - `address2` string — Street Address Continued
        - `city` string, required — City of the Address
        - `country` string — Country of the Address
        - `state` string, required — State of the Address
        - `zipcode` string, required — Zip Code of the Address
      - `name` string, required — Name of the Beneficiary
    - `financialInstitution` RoutingDetails
      - `address` DestinationAddress — Information related to the Address of the Benificiary
        - `address` string, required — Street Address
        - `address2` string — Street Address Continued
        - `city` string, required — City of the Address
        - `country` string — Country of the Address
        - `state` string, required — State of the Address
        - `zipcode` string, required — Zip Code of the Address
      - `code` 'ABA' | 'BIC' | 'DDA', required
      - `id` string, required
      - `name` string — Name of the Beneficiary
    - `intermediateFinancialInstitution` RoutingDetails
      - `address` DestinationAddress — Information related to the Address of the Benificiary
        - `address` string, required — Street Address
        - `address2` string — Street Address Continued
        - `city` string, required — City of the Address
        - `country` string — Country of the Address
        - `state` string, required — State of the Address
        - `zipcode` string, required — Zip Code of the Address
      - `code` 'ABA' | 'BIC' | 'DDA', required
      - `id` string, required
      - `name` string — Name of the Beneficiary
    - `memo` string — Memo field of the wire

## Response `200`

The ID of the created Transaction

- CreateSubaccountWithdrawalResponse
  - `data` SubaccountWithdrawalResponse, required
    - `transactionId` string, required — Unique Identifier for the transaction

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
