v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAccount attachment
Attach savings account to account
Attach a savings account product to an account. This endpoint generates the Account attached event.
post/v1/savings-accounts/accounts/{accountId}/attach
Path parameters
accountIdinteger required
Account ID
Headers
AuthorizationTokenstring required
Account token. Token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a 401 Unauthorized error.
Request body
Example request
{
"product_id": "2c336e9d-d04f-4fd0-8f6e-25808f48d70c",
"metadata": {
"key": "value"
}
}Response
Success - No Content