---
title: "Create Minor Graduation Transfer"
method: POST
path: "/asset-transfers/minor-graduation"
tags: ["Asset Transfer"]
---

# Create Minor Graduation Transfer

`POST /asset-transfers/minor-graduation`

If an Account is opened for the purpose of allowing a minor to invest, this API will allow for the transfer of assets from this account to the minor's own named account once they reach the age of majority.

## Request body

- MinorCreateRequestModel
  - `source` string — The user's unique account number, that is human readable.
  - `destination` string — The DriveWealth destination account number where all assets will be transferred to.
  - `comment` string — A way to store a message/comment on the this object.
  - `metadata` Metadata — The metadata object allows for creating a maximum of 5 keys (max 36 characters) and each value cannot exceed more than 128 bytes.

## Response `200`

Initiating a transfer was successful

- GenericTransferResponseModel
  - `id` string — The unique identifier of the asset transfer.
  - `status` GenericTransferStatus — The status of the Transfer
    - `name` 'STARTED' | 'PENDING' | 'FAILED' | 'SUCCESSFUL' | 'ON_HOLD'
    - `description` string
  - `type` object — The type of the Transfer
    - `name` 'ACAT' | 'TEEN' | 'CASH' | 'PROMOTIONAL' | 'REWARD' | 'STOCK' | 'INTERNAL'
    - `description` string
  - `partner` ParentIBIDObject
    - `id` string — The unique identifier of an associated organization.
    - `name` string — The organization name.
  - `created` string, date-time
  - `updated` string, date-time
  - `auditDetails` object[] — Audit of Transfer status changes
    - `timestamp` string, date-time — Status update timestamp
    - `status` GenericTransferStatus — The status of the Transfer
      - `name` 'STARTED' | 'PENDING' | 'FAILED' | 'SUCCESSFUL' | 'ON_HOLD'
      - `description` string
    - `comment` string — Status comment added by the system

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/versions/9fced6d0ac41/schema)
