v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAccount
Attach overdraft product to account
Attach an overdraft product to a bank account.<br> This endpoint generates an Overdraft account attached event.
post/v1/overdraft/accounts/{accountId}/attach
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.
Request body
Example request
{
"product_id": "876b2425-9778-4f02-8c50-67683e9a205e",
"metadata": {
"key": "value"
}
}Response
Product attached successfully