v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Protection sources

Create protection source

Create new funds coverage protection source to cover insufficient funds.<br> The funds coverage service enables financial products—such as savings accounts, loans, and credit cards—to serve as coverage sources for other products when there is an insufficient balance or a payment failure. It supports overdraft coverage type, configurable fallback hierarchies, and is designed for future extensibility to accommodate additional product types. Refer to the Funds coverage guide for more details.

post/v1/protection-sources

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

covered'overdraft' | 'credit_card' required

The financial product you want to protect

sourcesSource[] required

The list of financial products that can act as coverage sources

Example request

{
  "covered": "overdraft"
}

Response

No response body is returned when a protection source is created successfully