v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBInterest engine
Deposit money
Deposit amount into the specified account, and use a previously configured interest plan to calculate applicable interest rates.
This endpoint generates the following events.
- Interest deposit succeeded when deposit operation succeeds
- Interest deposit failed when deposit operation fails
The following events are applicable only to Brazil and are generated instead of the two events above when this endpoint is requested by a B3 (Brasil, Bolsa, Balcão) organization.
- Interest registration succeeded when deposit operation succeeds
- Interest registration failed when deposit operation fails
For more information, refer to the Interest-bearing accounts guide.
post/v1/interest/deposit
Headers
x-program-idstring required
Program ID
content-typestring required
Content type
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.
Request body
Example request
{
"tracking_id": "41dee125-0876-4505-80cd-947cb6049789",
"account_id": "123000",
"interest_plan_id": "51dee125-0876-4505-80cd-947cb6049786",
"amount": 5365.5,
"value_date": "2024-01-15T00:00:00.000Z",
"maturity_date": "2025-01-15T00:00:00.000Z",
"has_asset_registration": {
"document_number": "69230744018",
"customer_name": "Lorem Ipsum",
"customer_type": "NATURAL"
}
}Response
OK
Example response
{
"tracking_id": "07d84f79-3027-47bd-b628-65528ccc8fb2"
}