---
title: "Attach savings accounts to program"
method: POST
path: "/v1/savings-accounts/programs/{programId}/attach"
tags: ["Program attachment"]
---

# Attach savings accounts to program

`POST /v1/savings-accounts/programs/{programId}/attach`

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

## Path parameters

- `programId` string, 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)
