v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBInterest engine
Withdraw money
Withdraw amount from an account.
This endpoint generates the following events.
- Interest withdrawal succeeded when withdrawal operation succeeds
- Interest withdrawal failed when withdrawal operation fails
For more information, refer to the Interest-bearing accounts guide.
post/v1/interest/withdrawal
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",
"document_number": "69230744018",
"account_id": "123000",
"amount": 5365.5,
"withdrawal_date": "2024-01-15T00:00:00.000Z"
}Response
OK
Example response
{
"tracking_id": "07d84f79-3027-47bd-b628-65528ccc8fb2"
}