v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBProduct
Get savings account product
Get saving accounts product by product ID. Note that product ID is Pismo-generated.
get/v1/savings-accounts/{productId}
Path parameters
productIdstring required
Product 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.
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"
}
}