v1

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

Get account attachment

Get an account's attached product.

get/v1/products/attachments/accounts/{accountId}

Path parameters

accountIdinteger required

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.

Response

Success

account_idinteger

Pismo account ID

attach_datetimestring date-time

Datetime when the product was attached to the account. Format: YYYY-MM-DDThh:mm:ss.sss.

statusstring

Status of the product attachment

metadataobject

Additional details about the product attachment. 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 response

{
  "overdraft": {
    "name": "Overdraft Limit 1000",
    "processing_code": "99066"
  }
}