v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBProduct
Get deposit product
Get deposit product by product ID. Note that product ID is Pismo-generated.
get/v1/deposits/{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",
"funding_duration": 12,
"interest_plan_id": "263d509a-d5d0-4b3a-b909-ce1b9174beff",
"maturity_instructions": {
"principal": "ROLLOVER",
"interest": "PAY"
},
"min_amount": 1000,
"max_amount": 5000,
"min_term": 265,
"max_term": 1025,
"grace_period_duration_days": 30,
"name": "Tax 1 Default",
"penalties": {
"early_withdrawal_after_opening": {
"applicable_within_days": 30,
"penalty_interest_days": 90
},
"grace_period": {
"duration_days": 7,
"penalty_interest_days": 30
},
"tiered_interest_forfeiture": [
{
"min_days_held": 1,
"max_days_held": 90,
"forfeited_interest_days": 30
}
],
"withdrawal_fee": {
"type": "PERCENTAGE",
"value": 1.5
},
"subsequent_withdrawals": {
"applicable_within_days": 30,
"window_behavior": "ROLLING",
"penalty_interest_days": 7
}
},
"notices": [
{
"days_before_maturity": 30,
"description": "30-day advance notice"
}
],
"processing_codes": {
"interest_processing_code": "009797",
"detach_processing_code": "009696"
},
"product_id": "2c336e9d-d04f-4fd0-8f6e-25808f48d70c",
"status": "CREATED",
"term_type": "FIXED",
"start_date": "2025-11-01",
"end_date": "2027-12-31",
"metadata": {
"key": "value"
}
}