v1

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

Attach overdraft product to program

Attach an overdraft product to a program.<br> This endpoint generates an Overdraft program attached event.

post/v1/overdraft/programs/{programId}/attach

Path parameters

programIdstring required

Program ID

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