v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Account

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

product_idstring uuid required

Overdraft product ID

metadataobject

Additional details about the overdraft product. The information must be in key:value pair format. For example, name:<your_name>.<br> minLength = 0 maxLength = 1024<br>

Note: This field must not be used to send Personally Identifiable Information (PII), Payment Card Industry (PCI) data, or any sensitive/regulated information. Metadata fields are intended for operational, non-sensitive data only. For sensitive data, use the specific parameters designed for that purpose. For more information, refer to Get started with Pismo APIs.

Example request

{
  "product_id": "876b2425-9778-4f02-8c50-67683e9a205e",
  "metadata": {
    "key": "value"
  }
}

Response

Product attached successfully