---
title: "Attach savings account to account"
method: POST
path: "/v1/savings-accounts/accounts/{accountId}/attach"
tags: ["Account attachment"]
---

# Attach savings account to account

`POST /v1/savings-accounts/accounts/{accountId}/attach`

Attach a savings account product to an account.
This endpoint generates the [Account attached](https://developers.pismo.io/events/docs/deposit-product-account-attach-1) event.

## Path parameters

- `accountId` integer, required

## Headers

- `AuthorizationToken` string, required

## Request body

- SavingsAccountAttachRequest
  - `product_id` string, required — Product ID
  - `metadata` object — The metadata object contains user-defined key-value pairs that offer additional context or custom information.<br> The platform has no control over its content, it's controlled by the user.<br> **Note**: This field must not be used to send Personally Identifiable Information (PII), Payment Card Industry (PCI) data, or any sensitive/regulated information. Metadata fields are intended for operational, non-sensitive data only. For sensitive data, use the specific parameters designed for that purpose. For more information, refer to [Get started with Pismo APIs](https://developers.pismo.io/pismo-docs/reference/get-started-with-pismo-apis#metadata).

## Response `204`

Success - No Content

## Other responses

- `400` — Bad request
- `404` — Not Found
- `409` — The specified resource status conflicts with the current request.
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
