v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBProgram attachment
Get program attachment
Get a program's attached product.
get/v1/products/attachments/programs/{programId}
Path parameters
programIdstring required
Program 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
{
"product_id": "2c336e9d-d04f-4fd0-8f6e-25808f48d70c",
"interest_plan_id": "263d509a-d5d0-4b3a-b909-ce1b9174beff",
"maturity_period": {
"unit": "MONTHS",
"value": 6,
"calendar_maturity_date": "2027-06-15"
},
"attached_at": "2024-01-23T13:26:25.000Z",
"effective_date": "2025-12-01",
"fee_model_id": "fee-model-123",
"payout_account": {
"label": "My payout account",
"type": "INTERNAL",
"internal_account_id": 123456,
"external_account": {
"key": "value"
}
},
"interest_capitalization_mode": "PAYOUT",
"overrides": {
"maturity_instructions": {
"principal": "ROLLOVER",
"interest": "PAY",
"reason": "Customer preference at onboarding"
},
"renewal_term": {
"unit": "MONTHS",
"value": 6,
"renewal_calendar_maturity_date": "2027-05-22"
},
"penalties": {
"reason": "Q4 2026 VIP retention package"
}
}
}