v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAccount interest
Get account interest
Get account interest details.
get/v1/interest/account/{accountId}
Path parameters
accountIdstring required
Account ID
Headers
Authorizationstring required
Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a "** 401 Unauthorized**" error.
Response
OK
Example response
{
"benchmark": "FED",
"fixed_interest_rate": 0.1,
"margin_rate": 1.1,
"margin": 0.02,
"tax_withholding": {
"withholding_moment": "ACCRUAL",
"fee_processing_code": "001100",
"tax_rules": [
{
"description": "IOF",
"fixed_percentage": 0.0038,
"threshold_amount": 1000
}
]
},
"taxes_exemption": true,
"interest_by_tiers": {
"type": "TERM",
"tier_calculation": "RETROACTIVE",
"tiers": [
{
"days": 30,
"amount": 1000,
"margin_rate": 1,
"fixed_interest_rate": 1.2
},
{
"days": 60,
"amount": 2000,
"margin_rate": 1,
"fixed_interest_rate": 1.3
}
]
},
"capitalization_frequency": "DAILY"
}