Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.84 KB

Counterparty.md

File metadata and controls

18 lines (13 loc) · 1.84 KB

Counterparty

The counterparty, such as the merchant or financial institution, is extracted by Plaid from the raw description.

Properties

Name Type Description Notes
name str The name of the counterparty, such as the merchant or the financial institution, as extracted by Plaid from the raw description.
type CounterpartyType
website str, none_type The website associated with the counterparty.
logo_url str, none_type The URL of a logo associated with the counterparty, if available. The logo is formatted as a 100x100 pixel PNG file.
entity_id str, none_type A unique, stable, Plaid-generated id that maps to the counterparty. [optional]
confidence_level str, none_type A description of how confident we are that the provided counterparty is involved in the transaction. `very_high`: We recognize this counterparty and we are more than 98% confident that it is involved in this transaction. `high`: We recognize this counterparty and we are more than 90% confident that it is involved in this transaction. `medium`: We are moderately confident that this counterparty was involved in this transaction, but some details may differ from our records. `low`: We didn’t find a matching counterparty in our records, so we are returning a cleansed name parsed out of the request description. `unknown`: Error [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]