v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAccount
Get overdraft product details for an account
Get the details of an overdraft product attached to an account.
get/v1/overdraft/attachments/accounts/{accountId}
Path parameters
accountIdinteger required
Pismo account 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.
x-account-idinteger required
Pismo account ID
Response
Get attachment details successful
Example response
{
"overdraft": {
"name": "Overdraft Limit 1000",
"processing_code": "99066"
}
}