v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBProduct
Create savings account product
Create an organization's savings account product. Savings account products accrue interest based on the balance at the time of the interest calculation.<br> This endpoint generates the Savings account product created event. For information about interest-bearing accounts, see Interest-bearing accounts.
post/v1/savings-accounts
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
{
"interest_plan_id": "263d509a-d5d0-4b3a-b909-ce1b9174beff",
"name": "Tax 1 Default",
"min_amount": 1000,
"processing_codes": {
"interest_processing_code": "009797",
"detach_processing_code": "009696"
},
"start_date": "2025-11-01",
"metadata": {
"key": "value"
}
}Response
Success
Example response
{
"created_at": "2024-01-23T13:26:25.000Z",
"updated_at": "2024-01-23T13:26:25.000Z",
"interest_plan_id": "263d509a-d5d0-4b3a-b909-ce1b9174beff",
"name": "Tax 1 Default",
"min_amount": 1000,
"processing_codes": {
"interest_processing_code": "009797",
"detach_processing_code": "009696"
},
"product_id": "2c336e9d-d04f-4fd0-8f6e-25808f48d70c",
"status": "ACTIVE",
"start_date": "2025-11-01",
"metadata": {
"key": "value"
}
}