KosmoKrator

data

Plaid CLI for AI Agents

Use the Plaid CLI from KosmoKrator to call Plaid tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

Plaid CLI Setup

Plaid can be configured headlessly with `kosmokrator integrations:configure plaid`.

Install, configure, and verify
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure plaid --set client_id="$PLAID_CLIENT_ID" --set secret="$PLAID_SECRET" --enable --read allow --write ask --json
kosmokrator integrations:doctor plaid --json
kosmokrator integrations:status --json

Credentials

Authentication type: API key api_key. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

KeyEnv varTypeRequiredLabel
client_id PLAID_CLIENT_ID Text text yes Client ID
secret PLAID_SECRET Secret secret yes Secret

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call plaid.plaid_asset_report_create '{}' --json
Provider shortcut
kosmo integrations:plaid plaid_asset_report_create '{}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs plaid --json
kosmo integrations:docs plaid.plaid_asset_report_create --json
kosmo integrations:schema plaid.plaid_asset_report_create --json
kosmo integrations:search "Plaid" --json
kosmo integrations:list --json

Automation Contexts

The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.

CLI Functions

Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.

plaid.plaid_asset_report_create

The `/asset_report/create` endpoint initiates the process of creating an Asset Report, which can then be retrieved by passing the `asset_report_token` return value to the `/asse...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_asset_report_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_asset_report_create '{}' --json

plaid.plaid_asset_report_get

The `/asset_report/get` endpoint retrieves the Asset Report in JSON format. Before calling `/asset_report/get`, you must first create the Asset Report using `/asset_report/creat...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_asset_report_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_asset_report_get '{}' --json

plaid.plaid_asset_report_pdf_get

The `/asset_report/pdf/get` endpoint retrieves the Asset Report in PDF format. Before calling `/asset_report/pdf/get`, you must first create the Asset Report using `/asset_repor...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_asset_report_pdf_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_asset_report_pdf_get '{}' --json

plaid.plaid_asset_report_refresh

An Asset Report is an immutable snapshot of a user's assets. In order to "refresh" an Asset Report you created previously, you can use the `/asset_report/refresh` endpoint to cr...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_asset_report_refresh '{}' --json
Shortcut
kosmo integrations:plaid plaid_asset_report_refresh '{}' --json

plaid.plaid_asset_report_filter

By default, an Asset Report will contain all of the accounts on a given Item. In some cases, you may not want the Asset Report to contain all accounts. For example, you might ha...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_asset_report_filter '{}' --json
Shortcut
kosmo integrations:plaid plaid_asset_report_filter '{}' --json

plaid.plaid_asset_report_remove

The `/item/remove` endpoint allows you to invalidate an `access_token`, meaning you will not be able to create new Asset Reports with it. Removing an Item does not affect any As...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_asset_report_remove '{}' --json
Shortcut
kosmo integrations:plaid plaid_asset_report_remove '{}' --json

plaid.plaid_asset_report_audit_copy_create

Plaid can provide an Audit Copy of any Asset Report directly to a participating third party on your behalf. For example, Plaid can supply an Audit Copy directly to the GSEs on y...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_asset_report_audit_copy_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_asset_report_audit_copy_create '{}' --json

plaid.plaid_asset_report_audit_copy_get

`/asset_report/audit_copy/get` allows auditors to get a copy of an Asset Report that was previously shared via the `/asset_report/audit_copy/create` endpoint. The caller of `/as...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_asset_report_audit_copy_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_asset_report_audit_copy_get '{}' --json

plaid.plaid_asset_report_audit_copy_pdf_get

The `/asset_report/audit_copy/pdf/get` endpoint retrieves an Asset Report Audit Copy in PDF format. The caller must provide the `audit_copy_token` that was shared via the `/asse...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_asset_report_audit_copy_pdf_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_asset_report_audit_copy_pdf_get '{}' --json

plaid.plaid_asset_report_audit_copy_remove

The `/asset_report/audit_copy/remove` endpoint allows you to remove an Audit Copy. Removing an Audit Copy invalidates the `audit_copy_token` associated with it, meaning both you...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_asset_report_audit_copy_remove '{}' --json
Shortcut
kosmo integrations:plaid plaid_asset_report_audit_copy_remove '{}' --json

plaid.plaid_cra_monitoring_insights_subscribe

This endpoint allows you to subscribe to insights for a user's linked CRA Item, which are updated between one and four times per day (best-effort). In the current Cash Flow Upda...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cra_monitoring_insights_subscribe '{}' --json
Shortcut
kosmo integrations:plaid plaid_cra_monitoring_insights_subscribe '{}' --json

plaid.plaid_cra_monitoring_insights_unsubscribe

This endpoint allows you to unsubscribe from previously subscribed Monitoring Insights.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cra_monitoring_insights_unsubscribe '{}' --json
Shortcut
kosmo integrations:plaid plaid_cra_monitoring_insights_unsubscribe '{}' --json

plaid.plaid_cra_monitoring_insights_get

This endpoint allows you to retrieve a Cash Flow Updates report by passing in the `user_id` referred to in the webhook you received.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cra_monitoring_insights_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_cra_monitoring_insights_get '{}' --json

plaid.plaid_credit_audit_copy_token_update

The `/credit/audit_copy_token/update` endpoint updates an existing Audit Copy Token by adding the report tokens in the `report_tokens` field to the `audit_copy_token`. If the Au...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_audit_copy_token_update '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_audit_copy_token_update '{}' --json

plaid.plaid_cra_partner_insights_get

`/cra/partner_insights/get` returns cash flow insights for a specified user.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cra_partner_insights_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_cra_partner_insights_get '{}' --json

plaid.plaid_cra_check_report_income_insights_get

This endpoint allows you to retrieve the Income Insights report for your user. You should call this endpoint after you’ve received a `CHECK_REPORT_READY` or a `USER_CHECK_REPO...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cra_check_report_income_insights_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_cra_check_report_income_insights_get '{}' --json

plaid.plaid_cra_check_report_base_report_get

This endpoint allows you to retrieve the Base Report for your user, allowing you to receive comprehensive bank account and cash flow data. You should call this endpoint after yo...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cra_check_report_base_report_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_cra_check_report_base_report_get '{}' --json

plaid.plaid_cra_check_report_pdf_get

`/cra/check_report/pdf/get` retrieves the most recent Consumer Report in PDF format. By default, the most recent Base Report (if it exists) for the user will be returned. To req...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cra_check_report_pdf_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_cra_check_report_pdf_get '{}' --json

plaid.plaid_cra_check_report_create

Use `/cra/check_report/create` to refresh data in an existing report. A Consumer Report will last for 24 hours before expiring; you should call any `/get` endpoints on the repor...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cra_check_report_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_cra_check_report_create '{}' --json

plaid.plaid_cra_check_report_partner_insights_get

This endpoint allows you to retrieve the Partner Insights report for your user. You should call this endpoint after you've received a `CHECK_REPORT_READY` or a `USER_CHECK_REPOR...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cra_check_report_partner_insights_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_cra_check_report_partner_insights_get '{}' --json

plaid.plaid_cra_check_report_cashflow_insights_get

This endpoint allows you to retrieve the Cashflow Insights report for your user. You should call this endpoint after you've received a `CHECK_REPORT_READY` or a `USER_CHECK_REPO...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cra_check_report_cashflow_insights_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_cra_check_report_cashflow_insights_get '{}' --json

plaid.plaid_cra_check_report_lend_score_get

This endpoint allows you to retrieve the LendScore report for your user. You should call this endpoint after you've received a `CHECK_REPORT_READY` or a `USER_CHECK_REPORT_READY...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cra_check_report_lend_score_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_cra_check_report_lend_score_get '{}' --json

plaid.plaid_cra_check_report_network_insights_get

This endpoint allows you to retrieve the Network Insights product for your user. You should call this endpoint after you've received a `CHECK_REPORT_READY` or a `USER_CHECK_REPO...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cra_check_report_network_insights_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_cra_check_report_network_insights_get '{}' --json

plaid.plaid_cra_check_report_verification_get

This endpoint allows you to retrieve home lending reports for a user. To obtain a VoA or Employment Refresh report, you need to make sure that `cra_base_report` is included in t...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cra_check_report_verification_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_cra_check_report_verification_get '{}' --json

plaid.plaid_cra_check_report_verification_pdf_get

The `/cra/check_report/verification/pdf/get` endpoint retrieves the most recent Consumer Report in PDF format, specifically formatted for Home Lending verification use cases. Be...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cra_check_report_verification_pdf_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_cra_check_report_verification_pdf_get '{}' --json

plaid.plaid_cra_loans_applications_register

`/cra/loans/applications/register` registers loan applications and decisions.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cra_loans_applications_register '{}' --json
Shortcut
kosmo integrations:plaid plaid_cra_loans_applications_register '{}' --json

plaid.plaid_cra_loans_register

`/cra/loans/register` registers a list of loans to their applicants.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cra_loans_register '{}' --json
Shortcut
kosmo integrations:plaid plaid_cra_loans_register '{}' --json

plaid.plaid_cra_loans_update

`/cra/loans/update` updates loan information such as the status and payment history.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cra_loans_update '{}' --json
Shortcut
kosmo integrations:plaid plaid_cra_loans_update '{}' --json

plaid.plaid_cra_loans_unregister

`/cra/loans/unregister` indicates the loans have reached a final status and no further updates are expected.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cra_loans_unregister '{}' --json
Shortcut
kosmo integrations:plaid plaid_cra_loans_unregister '{}' --json

plaid.plaid_cra_credit_profile_report_get

`/cra/credit_profile/report/get` retrieves a credit profile report for a user.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cra_credit_profile_report_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_cra_credit_profile_report_get '{}' --json

plaid.plaid_consumer_report_pdf_get

Retrieves all existing CRB Bank Income and Base reports for the consumer in PDF format. Response is PDF binary data. The `request_id` is returned in the `Plaid-Request-ID` header.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_consumer_report_pdf_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_consumer_report_pdf_get '{}' --json

plaid.plaid_oauth_token

`/oauth/token` issues an access token and refresh token depending on the `grant_type` provided. This endpoint supports `Content-Type: application/x-www-form-urlencoded` as well ...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_oauth_token '{}' --json
Shortcut
kosmo integrations:plaid plaid_oauth_token '{}' --json

plaid.plaid_oauth_introspect

`/oauth/introspect` returns metadata about an access token or refresh token. Note: This endpoint supports `Content-Type: application/x-www-form-urlencoded` as well as JSON. The ...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_oauth_introspect '{}' --json
Shortcut
kosmo integrations:plaid plaid_oauth_introspect '{}' --json

plaid.plaid_oauth_revoke

`/oauth/revoke` revokes an access or refresh token, preventing any further use. If a refresh token is revoked, all access and refresh tokens derived from it are also revoked, in...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_oauth_revoke '{}' --json
Shortcut
kosmo integrations:plaid plaid_oauth_revoke '{}' --json

plaid.plaid_statements_list

The `/statements/list` endpoint retrieves a list of all statements associated with an item.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_statements_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_statements_list '{}' --json

plaid.plaid_statements_download

The `/statements/download` endpoint retrieves a single statement PDF in binary format. The response will contain a `Plaid-Content-Hash` header containing a SHA 256 checksum of t...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_statements_download '{}' --json
Shortcut
kosmo integrations:plaid plaid_statements_download '{}' --json

plaid.plaid_statements_refresh

`/statements/refresh` initiates an on-demand extraction to fetch the statements for the provided dates.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_statements_refresh '{}' --json
Shortcut
kosmo integrations:plaid plaid_statements_refresh '{}' --json

plaid.plaid_consent_events_get

List a historical log of Item consent events. Consent logs are only available for events occurring on or after November 7, 2024. Extremely recent events (occurring within the pa...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_consent_events_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_consent_events_get '{}' --json

plaid.plaid_item_activity_list

List a historical log of user consent events

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_item_activity_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_item_activity_list '{}' --json

plaid.plaid_item_application_list

List a user’s connected applications

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_item_application_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_item_application_list '{}' --json

plaid.plaid_item_application_unlink

Unlink a user’s connected application. On an unlink request, Plaid will immediately revoke the Application’s access to the User’s data. The User will have to redo the OAut...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_item_application_unlink '{}' --json
Shortcut
kosmo integrations:plaid plaid_item_application_unlink '{}' --json

plaid.plaid_item_application_scopes_update

Enable consumers to update product access on selected accounts for an application.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_item_application_scopes_update '{}' --json
Shortcut
kosmo integrations:plaid plaid_item_application_scopes_update '{}' --json

plaid.plaid_application_get

Allows financial institutions to retrieve information about Plaid clients for the purpose of building control-tower experiences

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_application_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_application_get '{}' --json

plaid.plaid_item_get

Returns information about the status of an Item.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_item_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_item_get '{}' --json

plaid.plaid_user_account_session_get

This endpoint returns user permissioned account data, including identity and Item access tokens, for use with [Plaid Layer](https://plaid.com/docs/layer). Note that end users ar...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_user_account_session_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_user_account_session_get '{}' --json

plaid.plaid_user_account_session_event_send

This endpoint allows sending client-specific events related to Layer sessions for analytics and tracking purposes.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_user_account_session_event_send '{}' --json
Shortcut
kosmo integrations:plaid plaid_user_account_session_event_send '{}' --json

plaid.plaid_profile_network_status_get

The `/profile/network_status/get` endpoint can be used to check whether Plaid has a matching profile for the user.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_profile_network_status_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_profile_network_status_get '{}' --json

plaid.plaid_network_status_get

The `/network/status/get` endpoint can be used to check whether Plaid has a matching profile for the user. This is useful for determining if a user is eligible for a streamlined...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_network_status_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_network_status_get '{}' --json

plaid.plaid_auth_get

The `/auth/get` endpoint returns the bank account and bank identification numbers (such as routing numbers, for US accounts) associated with an Item's checking, savings, and cas...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_auth_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_auth_get '{}' --json

plaid.plaid_auth_verify

The `/auth/verify` endpoint verifies bank account and routing numbers and (optionally) account owner names against Plaid's database via [Database Auth](https://plaid.com/docs/au...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_auth_verify '{}' --json
Shortcut
kosmo integrations:plaid plaid_auth_verify '{}' --json

plaid.plaid_transactions_get

Note: All new implementations are encouraged to use `/transactions/sync` rather than `/transactions/get`. `/transactions/sync` provides the same functionality as `/transactions/...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transactions_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_transactions_get '{}' --json

plaid.plaid_transactions_refresh

`/transactions/refresh` is an optional endpoint that initiates an on-demand extraction to fetch the newest transactions for an Item. The on-demand extraction takes place in addi...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transactions_refresh '{}' --json
Shortcut
kosmo integrations:plaid plaid_transactions_refresh '{}' --json

plaid.plaid_sandbox_transactions_create

Use the `/sandbox/transactions/create` endpoint to create new transactions for an existing Item. This endpoint can be used to add up to 10 transactions to any Item at a time. Th...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_transactions_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_transactions_create '{}' --json

plaid.plaid_cashflow_report_refresh

`/cashflow_report/refresh` is an endpoint that initiates an on-demand extraction to fetch the newest transactions for an item (given an `item_id`). The item must already have Ca...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cashflow_report_refresh '{}' --json
Shortcut
kosmo integrations:plaid plaid_cashflow_report_refresh '{}' --json

plaid.plaid_cashflow_report_get

The `/cashflow_report/get` endpoint retrieves transactions data associated with an item. Transactions data is standardized across financial institutions. Transactions are return...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cashflow_report_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_cashflow_report_get '{}' --json

plaid.plaid_cashflow_report_transactions_get

The `/cashflow_report/transactions/get` endpoint retrieves transactions data associated with an item. Transactions data is standardized across financial institutions. Transactio...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cashflow_report_transactions_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_cashflow_report_transactions_get '{}' --json

plaid.plaid_cashflow_report_insights_get

The `/cashflow_report/insights/get` endpoint retrieves insights data associated with an item. Insights are only calculated on credit and depository accounts.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_cashflow_report_insights_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_cashflow_report_insights_get '{}' --json

plaid.plaid_transactions_recurring_get

The `/transactions/recurring/get` endpoint allows developers to receive a summary of the recurring outflow and inflow streams (expenses and deposits) from a user’s checking, s...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transactions_recurring_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_transactions_recurring_get '{}' --json

plaid.plaid_transactions_sync

The `/transactions/sync` endpoint retrieves transactions associated with an Item and can fetch updates using a cursor to track which updates have already been seen. For importan...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transactions_sync '{}' --json
Shortcut
kosmo integrations:plaid plaid_transactions_sync '{}' --json

plaid.plaid_transactions_enrich

The `/transactions/enrich` endpoint enriches raw transaction data generated by your own banking products or retrieved from other non-Plaid sources.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transactions_enrich '{}' --json
Shortcut
kosmo integrations:plaid plaid_transactions_enrich '{}' --json

plaid.plaid_user_transactions_refresh

`/user/transactions/refresh` is an optional endpoint that initiates an on-demand extraction to fetch the newest transactions for a User using the Transactions bundle. This bundl...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_user_transactions_refresh '{}' --json
Shortcut
kosmo integrations:plaid plaid_user_transactions_refresh '{}' --json

plaid.plaid_user_financial_data_refresh

`/user/financial_data/refresh` is an optional endpoint that initiates an on-demand extraction to fetch the newest transactions for a User using the Financial Insights bundle. Th...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_user_financial_data_refresh '{}' --json
Shortcut
kosmo integrations:plaid plaid_user_financial_data_refresh '{}' --json

plaid.plaid_institutions_get

Returns a JSON response containing details on all financial institutions currently supported by Plaid. Because Plaid supports thousands of institutions, results are paginated. I...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_institutions_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_institutions_get '{}' --json

plaid.plaid_institutions_search

Returns a JSON response containing details for institutions that match the query parameters, up to a maximum of ten institutions per query. Versioning note: API versions 2019-05...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_institutions_search '{}' --json
Shortcut
kosmo integrations:plaid plaid_institutions_search '{}' --json

plaid.plaid_institutions_get_by_id

Returns a JSON response containing details on a specified financial institution currently supported by Plaid. Versioning note: API versions 2019-05-29 and earlier allow use of t...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_institutions_get_by_id '{}' --json
Shortcut
kosmo integrations:plaid plaid_institutions_get_by_id '{}' --json

plaid.plaid_item_remove

The `/item/remove` endpoint allows you to remove an Item. Once removed, the `access_token`, as well as any processor tokens or bank account tokens associated with the Item, is n...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_item_remove '{}' --json
Shortcut
kosmo integrations:plaid plaid_item_remove '{}' --json

plaid.plaid_item_products_terminate

The `/item/products/terminate` endpoint allows you to terminate an Item. Once terminated, the `access_token` associated with the Item is no longer valid, billing for the Item's ...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_item_products_terminate '{}' --json
Shortcut
kosmo integrations:plaid plaid_item_products_terminate '{}' --json

plaid.plaid_item_handle_fraud_report

Use this endpoint to create a fraud report and terminate the associated Item. The `access_token` associated with the Item will be deactivated and billing for the Item's products...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_item_handle_fraud_report '{}' --json
Shortcut
kosmo integrations:plaid plaid_item_handle_fraud_report '{}' --json

plaid.plaid_accounts_get

The `/accounts/get` endpoint can be used to retrieve a list of accounts associated with any linked Item. Plaid will only return active bank accounts — that is, accounts that a...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_accounts_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_accounts_get '{}' --json

plaid.plaid_categories_get

Send a request to the `/categories/get` endpoint to get detailed information on legacy categories returned by Plaid. This endpoint does not require authentication. All implement...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_categories_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_categories_get '{}' --json

plaid.plaid_sandbox_processor_token_create

Use the `/sandbox/processor_token/create` endpoint to create a valid `processor_token` for an arbitrary institution ID and test credentials. The created `processor_token` corres...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_processor_token_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_processor_token_create '{}' --json

plaid.plaid_sandbox_public_token_create

Use the `/sandbox/public_token/create` endpoint to create a valid `public_token` for an arbitrary institution ID, initial products, and test credentials. The created `public_tok...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_public_token_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_public_token_create '{}' --json

plaid.plaid_sandbox_item_fire_webhook

The `/sandbox/item/fire_webhook` endpoint is used to test that code correctly handles webhooks. This endpoint can trigger the following webhooks: `DEFAULT_UPDATE`: Webhook to be...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_item_fire_webhook '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_item_fire_webhook '{}' --json

plaid.plaid_accounts_balance_get

The `/accounts/balance/get` endpoint returns the real-time balance for each of an Item's accounts. While other endpoints, such as `/accounts/get`, return a balance object, `/acc...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_accounts_balance_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_accounts_balance_get '{}' --json

plaid.plaid_identity_get

The `/identity/get` endpoint allows you to retrieve various account holder information on file with the financial institution, including names, emails, phone numbers, and addres...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_identity_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_identity_get '{}' --json

plaid.plaid_identity_documents_uploads_get

Use `/identity/documents/uploads/get` to retrieve identity details when using [Identity Document Upload](https://plaid.com/docs/identity/identity-document-upload/).

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_identity_documents_uploads_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_identity_documents_uploads_get '{}' --json

plaid.plaid_identity_match

The `/identity/match` endpoint generates a match score, which indicates how well the provided identity data matches the identity information on file with the account holder's fi...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_identity_match '{}' --json
Shortcut
kosmo integrations:plaid plaid_identity_match '{}' --json

plaid.plaid_identity_refresh

`/identity/refresh` is an optional endpoint for users of the Identity product. It initiates an on-demand extraction to fetch the most up to date Identity information from the Fi...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_identity_refresh '{}' --json
Shortcut
kosmo integrations:plaid plaid_identity_refresh '{}' --json

plaid.plaid_dashboard_user_get

The `/dashboard_user/get` endpoint provides details (such as email address) about a specific Dashboard user based on the `dashboard_user_id` field, which is returned in the `aud...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_dashboard_user_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_dashboard_user_get '{}' --json

plaid.plaid_dashboard_user_list

The `/dashboard_user/list` endpoint provides details (such as email address) all Dashboard users associated with your account. This can use used to audit or track the list of re...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_dashboard_user_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_dashboard_user_list '{}' --json

plaid.plaid_identity_verification_create

Create a new Identity Verification for the user specified by the `client_user_id` and/or `user_id` field. At least one of these two fields must be provided. The requirements and...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_identity_verification_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_identity_verification_create '{}' --json

plaid.plaid_identity_verification_get

Retrieve a previously created Identity Verification.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_identity_verification_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_identity_verification_get '{}' --json

plaid.plaid_identity_verification_list

Filter and list Identity Verifications created by your account

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_identity_verification_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_identity_verification_list '{}' --json

plaid.plaid_identity_verification_retry

Allow a customer to retry their Identity Verification

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_identity_verification_retry '{}' --json
Shortcut
kosmo integrations:plaid plaid_identity_verification_retry '{}' --json

plaid.plaid_watchlist_screening_entity_create

Create a new entity watchlist screening to check your customer against watchlists defined in the associated entity watchlist program. If your associated program has ongoing scre...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_entity_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_entity_create '{}' --json

plaid.plaid_watchlist_screening_entity_get

Retrieve an entity watchlist screening.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_entity_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_entity_get '{}' --json

plaid.plaid_watchlist_screening_entity_history_list

List all changes to the entity watchlist screening in reverse-chronological order. If the watchlist screening has not been edited, no history will be returned.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_entity_history_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_entity_history_list '{}' --json

plaid.plaid_watchlist_screening_entity_hit_list

List all hits for the entity watchlist screening.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_entity_hit_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_entity_hit_list '{}' --json

plaid.plaid_watchlist_screening_entity_list

List all entity screenings.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_entity_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_entity_list '{}' --json

plaid.plaid_watchlist_screening_entity_program_get

Get an entity watchlist screening program

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_entity_program_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_entity_program_get '{}' --json

plaid.plaid_watchlist_screening_entity_program_list

List all entity watchlist screening programs

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_entity_program_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_entity_program_list '{}' --json

plaid.plaid_watchlist_screening_entity_review_create

Create a review for an entity watchlist screening. Reviews are compliance reports created by users in your organization regarding the relevance of potential hits found by Plaid.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_entity_review_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_entity_review_create '{}' --json

plaid.plaid_watchlist_screening_entity_review_list

List all reviews for a particular entity watchlist screening. Reviews are compliance reports created by users in your organization regarding the relevance of potential hits foun...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_entity_review_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_entity_review_list '{}' --json

plaid.plaid_watchlist_screening_entity_update

Update an entity watchlist screening.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_entity_update '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_entity_update '{}' --json

plaid.plaid_watchlist_screening_individual_create

Create a new Watchlist Screening to check your customer against watchlists defined in the associated Watchlist Program. If your associated program has ongoing screening enabled,...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_individual_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_individual_create '{}' --json

plaid.plaid_watchlist_screening_individual_get

Retrieve a previously created individual watchlist screening

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_individual_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_individual_get '{}' --json

plaid.plaid_watchlist_screening_individual_history_list

List all changes to the individual watchlist screening in reverse-chronological order. If the watchlist screening has not been edited, no history will be returned.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_individual_history_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_individual_history_list '{}' --json

plaid.plaid_watchlist_screening_individual_hit_list

List all hits found by Plaid for a particular individual watchlist screening.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_individual_hit_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_individual_hit_list '{}' --json

plaid.plaid_watchlist_screening_individual_list

List previously created watchlist screenings for individuals

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_individual_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_individual_list '{}' --json

plaid.plaid_watchlist_screening_individual_program_get

Get an individual watchlist screening program

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_individual_program_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_individual_program_get '{}' --json

plaid.plaid_watchlist_screening_individual_program_list

List all individual watchlist screening programs

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_individual_program_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_individual_program_list '{}' --json

plaid.plaid_watchlist_screening_individual_review_create

Create a review for the individual watchlist screening. Reviews are compliance reports created by users in your organization regarding the relevance of potential hits found by P...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_individual_review_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_individual_review_create '{}' --json

plaid.plaid_watchlist_screening_individual_review_list

List all reviews for the individual watchlist screening.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_individual_review_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_individual_review_list '{}' --json

plaid.plaid_watchlist_screening_individual_update

Update a specific individual watchlist screening. This endpoint can be used to add additional customer information, correct outdated information, add a reference id, assign the ...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_watchlist_screening_individual_update '{}' --json
Shortcut
kosmo integrations:plaid plaid_watchlist_screening_individual_update '{}' --json

plaid.plaid_beacon_account_risk_evaluate

Use `/beacon/account_risk/v1/evaluate` to get risk insights for a linked account.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_beacon_account_risk_evaluate '{}' --json
Shortcut
kosmo integrations:plaid plaid_beacon_account_risk_evaluate '{}' --json

plaid.plaid_beacon_user_create

Create and scan a Beacon User against your Beacon Program, according to your program's settings. When you submit a new user to `/beacon/user/create`, several checks are performe...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_beacon_user_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_beacon_user_create '{}' --json

plaid.plaid_beacon_user_get

Fetch a Beacon User. The Beacon User is returned with all of their associated information and a `status` based on the Beacon Network duplicate record and fraud checks.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_beacon_user_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_beacon_user_get '{}' --json

plaid.plaid_beacon_user_review

Update the status of a Beacon User. When updating a Beacon User's status via this endpoint, Plaid validates that the status change is consistent with the related state for this ...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_beacon_user_review '{}' --json
Shortcut
kosmo integrations:plaid plaid_beacon_user_review '{}' --json

plaid.plaid_beacon_report_create

Create a fraud report for a given Beacon User.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_beacon_report_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_beacon_report_create '{}' --json

plaid.plaid_beacon_report_list

Use the `/beacon/report/list` endpoint to view all Beacon Reports you created for a specific Beacon User. The reports returned by this endpoint are exclusively reports you creat...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_beacon_report_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_beacon_report_list '{}' --json

plaid.plaid_beacon_report_syndication_list

Use the `/beacon/report_syndication/list` endpoint to view all Beacon Reports that have been syndicated to a specific Beacon User. This endpoint returns Beacon Report Syndicatio...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_beacon_report_syndication_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_beacon_report_syndication_list '{}' --json

plaid.plaid_beacon_report_get

Returns a Beacon report for a given Beacon report id.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_beacon_report_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_beacon_report_get '{}' --json

plaid.plaid_beacon_report_syndication_get

Returns a Beacon Report Syndication for a given Beacon Report Syndication id.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_beacon_report_syndication_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_beacon_report_syndication_get '{}' --json

plaid.plaid_beacon_user_update

Update the identity data for a Beacon User in your Beacon Program or add new accounts to the Beacon User. Similar to `/beacon/user/create`, several checks are performed immediat...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_beacon_user_update '{}' --json
Shortcut
kosmo integrations:plaid plaid_beacon_user_update '{}' --json

plaid.plaid_beacon_duplicate_get

Returns a Beacon Duplicate for a given Beacon Duplicate id. A Beacon Duplicate represents a pair of similar Beacon Users within your organization. Two Beacon User revisions are ...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_beacon_duplicate_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_beacon_duplicate_get '{}' --json

plaid.plaid_identity_verification_autofill_create

Try to autofill an Identity Verification based of the provided phone number, date of birth and country of residence.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_identity_verification_autofill_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_identity_verification_autofill_create '{}' --json

plaid.plaid_beacon_user_history_list

List all changes to the Beacon User in reverse-chronological order.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_beacon_user_history_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_beacon_user_history_list '{}' --json

plaid.plaid_beacon_user_account_insights_get

Get Account Insights for all Accounts linked to this Beacon User. The insights for each account are computed based on the information that was last retrieved from the financial ...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_beacon_user_account_insights_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_beacon_user_account_insights_get '{}' --json

plaid.plaid_protect_user_insights_get

Use this endpoint to get basic information about a user as it relates to their fraud profile with Protect.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_protect_user_insights_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_protect_user_insights_get '{}' --json

plaid.plaid_protect_report_create

Use this endpoint to create a Protect report to document fraud incidents, investigation outcomes, or other risk events. This endpoint allows you to report various types of incid...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_protect_report_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_protect_report_create '{}' --json

plaid.plaid_protect_compute

Use this endpoint to compute a Protect Trust Index score and retrieve fraud attributes. For link-session models, if the Link session is not yet complete, the endpoint returns HT...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_protect_compute '{}' --json
Shortcut
kosmo integrations:plaid plaid_protect_compute '{}' --json

plaid.plaid_protect_event_send

Send a new event to enrich user data and optionally get a Trust Index score for the event.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_protect_event_send '{}' --json
Shortcut
kosmo integrations:plaid plaid_protect_event_send '{}' --json

plaid.plaid_protect_event_get

Get information about a user event including Trust Index score and fraud attributes.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_protect_event_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_protect_event_get '{}' --json

plaid.plaid_business_verification_get

Retrieve the current state of a specific business verification.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_business_verification_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_business_verification_get '{}' --json

plaid.plaid_business_verification_create

Create a new business verification to check a business's identity and risk profile.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_business_verification_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_business_verification_create '{}' --json

plaid.plaid_processor_auth_get

The `/processor/auth/get` endpoint returns the bank account and bank identification number (such as the routing number, for US accounts), for a checking, savings, or cash manage...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_auth_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_auth_get '{}' --json

plaid.plaid_processor_account_get

This endpoint returns the account associated with a given processor token. This endpoint retrieves cached information, rather than extracting fresh information from the institut...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_account_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_account_get '{}' --json

plaid.plaid_processor_investments_holdings_get

This endpoint returns the stock position data of the account associated with a given processor token.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_investments_holdings_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_investments_holdings_get '{}' --json

plaid.plaid_processor_investments_auth_get

The `/processor/investments/auth/get` endpoint allows you to retrieve information about the account authorized by a processor token, including account numbers, account owners, h...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_investments_auth_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_investments_auth_get '{}' --json

plaid.plaid_processor_investments_transactions_get

The `/processor/investments/transactions/get` endpoint allows developers to retrieve up to 24 months of user-authorized transaction data for the investment account associated wi...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_investments_transactions_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_investments_transactions_get '{}' --json

plaid.plaid_processor_transactions_get

The `/processor/transactions/get` endpoint allows developers to receive user-authorized transaction data for credit, depository, and some loan-type accounts (only those with acc...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_transactions_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_transactions_get '{}' --json

plaid.plaid_processor_transactions_sync

The `/processor/transactions/sync` endpoint retrieves transactions associated with an Item and can fetch updates using a cursor to track which updates have already been seen. Fo...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_transactions_sync '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_transactions_sync '{}' --json

plaid.plaid_processor_transactions_refresh

`/processor/transactions/refresh` is an optional endpoint for users of the Transactions product. It initiates an on-demand extraction to fetch the newest transactions for a proc...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_transactions_refresh '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_transactions_refresh '{}' --json

plaid.plaid_processor_transactions_recurring_get

The `/processor/transactions/recurring/get` endpoint allows developers to receive a summary of the recurring outflow and inflow streams (expenses and deposits) from a user’s c...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_transactions_recurring_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_transactions_recurring_get '{}' --json

plaid.plaid_processor_signal_evaluate

Use `/processor/signal/evaluate` to evaluate a planned ACH transaction to get a return risk assessment and additional risk signals. `/processor/signal/evaluate` uses Rulesets th...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_signal_evaluate '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_signal_evaluate '{}' --json

plaid.plaid_processor_signal_decision_report

After you call `/processor/signal/evaluate`, Plaid will normally infer the outcome from your Signal Rules. However, if you are not using Signal Rules, if the Signal Rules outcom...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_signal_decision_report '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_signal_decision_report '{}' --json

plaid.plaid_processor_signal_return_report

Call the `/processor/signal/return/report` endpoint to report a returned transaction that was previously sent to the `/processor/signal/evaluate` endpoint. Your feedback will be...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_signal_return_report '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_signal_return_report '{}' --json

plaid.plaid_processor_signal_prepare

When a processor token is not initialized with `signal`, call `/processor/signal/prepare` to opt-in that processor token to the data collection process, which will improve the a...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_signal_prepare '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_signal_prepare '{}' --json

plaid.plaid_processor_bank_transfer_create

Use the `/processor/bank_transfer/create` endpoint to initiate a new bank transfer as a processor

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_bank_transfer_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_bank_transfer_create '{}' --json

plaid.plaid_processor_liabilities_get

The `/processor/liabilities/get` endpoint returns various details about a loan or credit account. Liabilities data is available primarily for US financial institutions, with som...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_liabilities_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_liabilities_get '{}' --json

plaid.plaid_processor_identity_get

The `/processor/identity/get` endpoint allows you to retrieve various account holder information on file with the financial institution, including names, emails, phone numbers, ...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_identity_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_identity_get '{}' --json

plaid.plaid_processor_identity_match

The `/processor/identity/match` endpoint generates a match score, which indicates how well the provided identity data matches the identity information on file with the account h...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_identity_match '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_identity_match '{}' --json

plaid.plaid_processor_balance_get

The `/processor/balance/get` endpoint returns the real-time balance for each of an Item's accounts. While other endpoints may return a balance object, only `/processor/balance/g...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_balance_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_balance_get '{}' --json

plaid.plaid_item_webhook_update

The POST `/item/webhook/update` allows you to update the webhook URL associated with an Item. This request triggers a [`WEBHOOK_UPDATE_ACKNOWLEDGED`](https://plaid.com/docs/api/...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_item_webhook_update '{}' --json
Shortcut
kosmo integrations:plaid plaid_item_webhook_update '{}' --json

plaid.plaid_item_access_token_invalidate

By default, the `access_token` associated with an Item does not expire and should be stored in a persistent, secure manner. You can use the `/item/access_token/invalidate` endpo...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_item_access_token_invalidate '{}' --json
Shortcut
kosmo integrations:plaid plaid_item_access_token_invalidate '{}' --json

plaid.plaid_webhook_verification_key_get

Plaid signs all outgoing webhooks and provides JSON Web Tokens (JWTs) so that you can verify the authenticity of any incoming webhooks to your application. A message signature i...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_webhook_verification_key_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_webhook_verification_key_get '{}' --json

plaid.plaid_liabilities_get

The `/liabilities/get` endpoint returns various details about an Item with loan or credit accounts. Liabilities data is available primarily for US financial institutions, with s...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_liabilities_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_liabilities_get '{}' --json

plaid.plaid_payment_initiation_recipient_create

Create a payment recipient for payment initiation. The recipient must be in Europe, within a country that is a member of the Single Euro Payment Area (SEPA) or a non-Eurozone co...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_payment_initiation_recipient_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_payment_initiation_recipient_create '{}' --json

plaid.plaid_payment_initiation_payment_reverse

Reverse a settled payment from a Plaid virtual account. The original payment must be in a settled state to be refunded. To refund partially, specify the amount as part of the re...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_payment_initiation_payment_reverse '{}' --json
Shortcut
kosmo integrations:plaid plaid_payment_initiation_payment_reverse '{}' --json

plaid.plaid_payment_initiation_recipient_get

Get details about a payment recipient you have previously created.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_payment_initiation_recipient_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_payment_initiation_recipient_get '{}' --json

plaid.plaid_payment_initiation_recipient_list

The `/payment_initiation/recipient/list` endpoint list the payment recipients that you have previously created.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_payment_initiation_recipient_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_payment_initiation_recipient_list '{}' --json

plaid.plaid_payment_initiation_payment_create

After creating a payment recipient, you can use the `/payment_initiation/payment/create` endpoint to create a payment to that recipient. Payments can be one-time or standing ord...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_payment_initiation_payment_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_payment_initiation_payment_create '{}' --json

plaid.plaid_create_payment_token

The `/payment_initiation/payment/token/create` endpoint has been deprecated. New Plaid customers will be unable to use this endpoint, and existing customers are encouraged to mi...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_create_payment_token '{}' --json
Shortcut
kosmo integrations:plaid plaid_create_payment_token '{}' --json

plaid.plaid_payment_initiation_consent_create

The `/payment_initiation/consent/create` endpoint is used to create a payment consent, which can be used to initiate payments on behalf of the user. Payment consents are created...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_payment_initiation_consent_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_payment_initiation_consent_create '{}' --json

plaid.plaid_payment_initiation_consent_get

The `/payment_initiation/consent/get` endpoint can be used to check the status of a payment consent, as well as to receive basic information such as recipient and constraints.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_payment_initiation_consent_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_payment_initiation_consent_get '{}' --json

plaid.plaid_payment_initiation_consent_revoke

The `/payment_initiation/consent/revoke` endpoint can be used to revoke the payment consent. Once the consent is revoked, it is not possible to initiate payments using it.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_payment_initiation_consent_revoke '{}' --json
Shortcut
kosmo integrations:plaid plaid_payment_initiation_consent_revoke '{}' --json

plaid.plaid_payment_initiation_consent_payment_execute

The `/payment_initiation/consent/payment/execute` endpoint can be used to execute payments using payment consent.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_payment_initiation_consent_payment_execute '{}' --json
Shortcut
kosmo integrations:plaid plaid_payment_initiation_consent_payment_execute '{}' --json

plaid.plaid_sandbox_item_reset_login

`/sandbox/item/reset_login/` forces an Item into an `ITEM_LOGIN_REQUIRED` state in order to simulate an Item whose login is no longer valid. This makes it easy to test Link's [u...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_item_reset_login '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_item_reset_login '{}' --json

plaid.plaid_sandbox_item_application_seed

`/sandbox/item/application/seed` creates a test connected application on an existing Permissions Manager Item's login. The seeded application will appear in subsequent calls to ...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_item_application_seed '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_item_application_seed '{}' --json

plaid.plaid_sandbox_item_set_verification_status

The `/sandbox/item/set_verification_status` endpoint can be used to change the verification status of an Item in in the Sandbox in order to simulate the Automated Micro-deposit ...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_item_set_verification_status '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_item_set_verification_status '{}' --json

plaid.plaid_sandbox_user_reset_login

`/sandbox/user/reset_login/` functions the same as `/sandbox/item/reset_login`, but will modify Items related to a User. This endpoint forces each Item into an `ITEM_LOGIN_REQUI...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_user_reset_login '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_user_reset_login '{}' --json

plaid.plaid_item_public_token_exchange

Exchange a Link `public_token` for an API `access_token`. Link hands off the `public_token` client-side via the `onSuccess` callback once a user has successfully created an Item...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_item_public_token_exchange '{}' --json
Shortcut
kosmo integrations:plaid plaid_item_public_token_exchange '{}' --json

plaid.plaid_item_create_public_token

Note: As of July 2020, the `/item/public_token/create` endpoint is deprecated. Instead, use `/link/token/create` with an `access_token` to create a Link token for use with [upda...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_item_create_public_token '{}' --json
Shortcut
kosmo integrations:plaid plaid_item_create_public_token '{}' --json

plaid.plaid_user_create

For Plaid products and flows that use the user object, `/user/create` provides you a single token to access all data associated with the user. You must call this endpoint before...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_user_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_user_create '{}' --json

plaid.plaid_user_get

Get user details using a `user_id`. This endpoint only supports users that were created on the new user API flow, without a `user_token`. For more details, see [New User APIs](h...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_user_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_user_get '{}' --json

plaid.plaid_user_identity_remove

This endpoint allows customers to explicitly purge identity/PII data provided to Plaid for a given user. This is not exposed to customers by default, as it is meant for special ...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_user_identity_remove '{}' --json
Shortcut
kosmo integrations:plaid plaid_user_identity_remove '{}' --json

plaid.plaid_user_update

This endpoint updates user information for an existing `user_id` or `user_token`. If an existing `user_id` or `user_token` is missing fields required for a given use case (e.g. ...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_user_update '{}' --json
Shortcut
kosmo integrations:plaid plaid_user_update '{}' --json

plaid.plaid_user_remove

`/user/remove` deletes a `user_id` or `user_token` and and associated information, including any Items associated with the user.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_user_remove '{}' --json
Shortcut
kosmo integrations:plaid plaid_user_remove '{}' --json

plaid.plaid_user_products_terminate

`/user/products/terminate` terminates user-based recurring subscriptions for a given client user. This will remove user-based products (Financial Management, Protect, and CRA pr...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_user_products_terminate '{}' --json
Shortcut
kosmo integrations:plaid plaid_user_products_terminate '{}' --json

plaid.plaid_user_items_get

Returns Items associated with a `user_id`, along with their corresponding statuses. Plaid associates an Item with a User when it has been successfully connected within a Link se...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_user_items_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_user_items_get '{}' --json

plaid.plaid_user_items_associate

Associates Items to the target user. If an Item is already associated to another user, the Item will be disassociated with the existing user and associated to the target user. T...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_user_items_associate '{}' --json
Shortcut
kosmo integrations:plaid plaid_user_items_associate '{}' --json

plaid.plaid_user_items_remove

Removes specific Items associated with a user. It is equivalent to calling `/item/remove` on each Item individually, but supports use cases (such as Plaid Check) where access to...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_user_items_remove '{}' --json
Shortcut
kosmo integrations:plaid plaid_user_items_remove '{}' --json

plaid.plaid_user_third_party_token_create

This endpoint is used to create a third-party user token. This token can be shared with and used by a specified third-party client to access data associated with the user throug...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_user_third_party_token_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_user_third_party_token_create '{}' --json

plaid.plaid_user_third_party_token_remove

This endpoint is used to delete a third-party user token. Once removed, the token can longer be used to access data associated with the user. Any subsequent calls to retrieve in...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_user_third_party_token_remove '{}' --json
Shortcut
kosmo integrations:plaid plaid_user_third_party_token_remove '{}' --json

plaid.plaid_credit_sessions_get

This endpoint can be used for your end users after they complete the Link flow. This endpoint returns a list of Link sessions that your user completed, where each session includ...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_sessions_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_sessions_get '{}' --json

plaid.plaid_payment_initiation_payment_get

The `/payment_initiation/payment/get` endpoint can be used to check the status of a payment, as well as to receive basic information such as recipient and payment amount. In the...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_payment_initiation_payment_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_payment_initiation_payment_get '{}' --json

plaid.plaid_payment_initiation_payment_list

The `/payment_initiation/payment/list` endpoint can be used to retrieve all created payments. By default, the 10 most recent payments are returned. You can request more payments...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_payment_initiation_payment_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_payment_initiation_payment_list '{}' --json

plaid.plaid_investments_holdings_get

The `/investments/holdings/get` endpoint allows developers to receive user-authorized stock position data for `investment`-type accounts.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_investments_holdings_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_investments_holdings_get '{}' --json

plaid.plaid_investments_transactions_get

The `/investments/transactions/get` endpoint allows developers to retrieve up to 24 months of user-authorized transaction data for investment accounts. Transactions are returned...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_investments_transactions_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_investments_transactions_get '{}' --json

plaid.plaid_investments_refresh

`/investments/refresh` is an optional endpoint for users of the Investments product. It initiates an on-demand extraction to fetch the newest investment holdings and transaction...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_investments_refresh '{}' --json
Shortcut
kosmo integrations:plaid plaid_investments_refresh '{}' --json

plaid.plaid_investments_auth_get

The `/investments/auth/get` endpoint allows developers to receive user-authorized data to facilitate the transfer of holdings

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_investments_auth_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_investments_auth_get '{}' --json

plaid.plaid_processor_token_create

Used to create a token suitable for sending to one of Plaid's partners to enable integrations. Note that Stripe partnerships use bank account tokens instead; see `/processor/str...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_token_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_token_create '{}' --json

plaid.plaid_processor_token_permissions_set

Used to control a processor's access to products on the given processor token. By default, a processor will have access to all available products on the corresponding item. To r...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_token_permissions_set '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_token_permissions_set '{}' --json

plaid.plaid_processor_token_permissions_get

Used to get a processor token's product permissions. The `products` field will be an empty list if the processor can access all available products.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_token_permissions_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_token_permissions_get '{}' --json

plaid.plaid_processor_token_webhook_update

This endpoint allows you, the processor, to update the webhook URL associated with a processor token. This request triggers a `WEBHOOK_UPDATE_ACKNOWLEDGED` webhook to the newly ...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_token_webhook_update '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_token_webhook_update '{}' --json

plaid.plaid_processor_stripe_bank_account_token_create

Used to create a token suitable for sending to Stripe to enable Plaid-Stripe integrations. For a detailed guide on integrating Stripe, see [Add Stripe to your app](https://plaid...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_stripe_bank_account_token_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_stripe_bank_account_token_create '{}' --json

plaid.plaid_processor_apex_processor_token_create

Used to create a token suitable for sending to Apex to enable Plaid-Apex integrations.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_processor_apex_processor_token_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_processor_apex_processor_token_create '{}' --json

plaid.plaid_item_import

`/item/import` creates an Item via your Plaid Exchange Integration and returns an `access_token`. As part of an `/item/import` request, you will include a User ID (`user_auth.us...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_item_import '{}' --json
Shortcut
kosmo integrations:plaid plaid_item_import '{}' --json

plaid.plaid_link_token_create

The `/link/token/create` endpoint creates a `link_token`, which is required as a parameter when initializing Link. Once Link has been initialized, it returns a `public_token`. F...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_link_token_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_link_token_create '{}' --json

plaid.plaid_link_token_get

The `/link/token/get` endpoint gets information about a Link session, including all callbacks fired during the session along with their metadata, including the public token. Thi...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_link_token_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_link_token_get '{}' --json

plaid.plaid_link_oauth_correlation_id_exchange

Exchange an OAuth `link_correlation_id` for the corresponding `link_token`. The `link_correlation_id` is only available for `payment_initiation` products and is provided to the ...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_link_oauth_correlation_id_exchange '{}' --json
Shortcut
kosmo integrations:plaid plaid_link_oauth_correlation_id_exchange '{}' --json

plaid.plaid_session_token_create

`/session/token/create` is used to create a Link token for Layer. The returned Link token is used as an parameter when initializing the Link SDK. For more details, see the [Link...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_session_token_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_session_token_create '{}' --json

plaid.plaid_transfer_get

The `/transfer/get` endpoint fetches information about the transfer corresponding to the given `transfer_id` or `authorization_id`. One of `transfer_id` or `authorization_id` mu...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_get '{}' --json

plaid.plaid_transfer_recurring_get

The `/transfer/recurring/get` fetches information about the recurring transfer corresponding to the given `recurring_transfer_id`.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_recurring_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_recurring_get '{}' --json

plaid.plaid_bank_transfer_get

The `/bank_transfer/get` fetches information about the bank transfer corresponding to the given `bank_transfer_id`.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_bank_transfer_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_bank_transfer_get '{}' --json

plaid.plaid_transfer_authorization_create

Use the `/transfer/authorization/create` endpoint to authorize a transfer. This endpoint must be called prior to calling `/transfer/create`. The transfer authorization will expi...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_authorization_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_authorization_create '{}' --json

plaid.plaid_transfer_authorization_cancel

Use the `/transfer/authorization/cancel` endpoint to cancel a transfer authorization. A transfer authorization is eligible for cancellation if it has not yet been used to create...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_authorization_cancel '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_authorization_cancel '{}' --json

plaid.plaid_transfer_balance_get

(Deprecated) Use the `/transfer/balance/get` endpoint to view a balance held with Plaid.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_balance_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_balance_get '{}' --json

plaid.plaid_transfer_capabilities_get

Use the `/transfer/capabilities/get` endpoint to determine the RTP eligibility information of an account to be used with Transfer. This endpoint works on all Transfer-capable It...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_capabilities_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_capabilities_get '{}' --json

plaid.plaid_transfer_configuration_get

Use the `/transfer/configuration/get` endpoint to view your transfer product configurations.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_configuration_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_configuration_get '{}' --json

plaid.plaid_transfer_ledger_get

Use the `/transfer/ledger/get` endpoint to view a balance on the ledger held with Plaid.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_ledger_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_ledger_get '{}' --json

plaid.plaid_transfer_ledger_distribute

Use the `/transfer/ledger/distribute` endpoint to move available balance between ledgers, if you have multiple. If you’re a platform, you can move funds between one of your le...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_ledger_distribute '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_ledger_distribute '{}' --json

plaid.plaid_transfer_ledger_deposit

Use the `/transfer/ledger/deposit` endpoint to deposit funds into Plaid Ledger.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_ledger_deposit '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_ledger_deposit '{}' --json

plaid.plaid_transfer_ledger_withdraw

Use the `/transfer/ledger/withdraw` endpoint to withdraw funds from a Plaid Ledger balance.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_ledger_withdraw '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_ledger_withdraw '{}' --json

plaid.plaid_transfer_originator_funding_account_update

Use the `/transfer/originator/funding_account/update` endpoint to update the funding account associated with the originator.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_originator_funding_account_update '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_originator_funding_account_update '{}' --json

plaid.plaid_transfer_originator_funding_account_create

Use the `/transfer/originator/funding_account/create` endpoint to create a new funding account for the originator.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_originator_funding_account_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_originator_funding_account_create '{}' --json

plaid.plaid_transfer_metrics_get

Use the `/transfer/metrics/get` endpoint to view your transfer product usage metrics. In the Sandbox environment, this endpoint returns static placeholder values rather than met...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_metrics_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_metrics_get '{}' --json

plaid.plaid_transfer_create

Use the `/transfer/create` endpoint to initiate a new transfer. This endpoint is retryable and idempotent; if a transfer with the provided `transfer_id` has already been created...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_create '{}' --json

plaid.plaid_transfer_recurring_create

Use the `/transfer/recurring/create` endpoint to initiate a new recurring transfer. This capability is not currently supported for Transfer UI or Transfer for Platforms (beta) c...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_recurring_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_recurring_create '{}' --json

plaid.plaid_bank_transfer_create

Use the `/bank_transfer/create` endpoint to initiate a new bank transfer.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_bank_transfer_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_bank_transfer_create '{}' --json

plaid.plaid_transfer_list

Use the `/transfer/list` endpoint to see a list of all your transfers and their statuses. Results are paginated; use the `count` and `offset` query parameters to retrieve the de...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_list '{}' --json

plaid.plaid_transfer_recurring_list

Use the `/transfer/recurring/list` endpoint to see a list of all your recurring transfers and their statuses. Results are paginated; use the `count` and `offset` query parameter...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_recurring_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_recurring_list '{}' --json

plaid.plaid_bank_transfer_list

Use the `/bank_transfer/list` endpoint to see a list of all your bank transfers and their statuses. Results are paginated; use the `count` and `offset` query parameters to retri...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_bank_transfer_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_bank_transfer_list '{}' --json

plaid.plaid_transfer_cancel

Use the `/transfer/cancel` endpoint to cancel a transfer. A transfer is eligible for cancellation if the `cancellable` property returned by `/transfer/get` is `true`.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_cancel '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_cancel '{}' --json

plaid.plaid_transfer_recurring_cancel

Use the `/transfer/recurring/cancel` endpoint to cancel a recurring transfer. Scheduled transfer that hasn't been submitted to bank will be cancelled.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_recurring_cancel '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_recurring_cancel '{}' --json

plaid.plaid_bank_transfer_cancel

Use the `/bank_transfer/cancel` endpoint to cancel a bank transfer. A transfer is eligible for cancelation if the `cancellable` property returned by `/bank_transfer/get` is `true`.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_bank_transfer_cancel '{}' --json
Shortcut
kosmo integrations:plaid plaid_bank_transfer_cancel '{}' --json

plaid.plaid_transfer_event_list

Use the `/transfer/event/list` endpoint to get a list of transfer events based on specified filter criteria.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_event_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_event_list '{}' --json

plaid.plaid_transfer_ledger_event_list

Use the `/transfer/ledger/event/list` endpoint to get a list of ledger events for a specific ledger based on specified filter criteria.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_ledger_event_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_ledger_event_list '{}' --json

plaid.plaid_bank_transfer_event_list

Use the `/bank_transfer/event/list` endpoint to get a list of Plaid-initiated ACH or bank transfer events based on specified filter criteria. When using Auth with micro-deposit ...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_bank_transfer_event_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_bank_transfer_event_list '{}' --json

plaid.plaid_transfer_event_sync

`/transfer/event/sync` allows you to request up to the next 500 transfer events that happened after a specific `event_id`. Use the `/transfer/event/sync` endpoint to guarantee y...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_event_sync '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_event_sync '{}' --json

plaid.plaid_bank_transfer_event_sync

`/bank_transfer/event/sync` allows you to request up to the next 25 Plaid-initiated bank transfer events that happened after a specific `event_id`. When using Auth with micro-de...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_bank_transfer_event_sync '{}' --json
Shortcut
kosmo integrations:plaid plaid_bank_transfer_event_sync '{}' --json

plaid.plaid_transfer_sweep_get

The `/transfer/sweep/get` endpoint fetches a sweep corresponding to the given `sweep_id`.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_sweep_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_sweep_get '{}' --json

plaid.plaid_bank_transfer_sweep_get

The `/bank_transfer/sweep/get` endpoint fetches information about the sweep corresponding to the given `sweep_id`.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_bank_transfer_sweep_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_bank_transfer_sweep_get '{}' --json

plaid.plaid_transfer_sweep_list

The `/transfer/sweep/list` endpoint fetches sweeps matching the given filters.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_sweep_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_sweep_list '{}' --json

plaid.plaid_bank_transfer_sweep_list

The `/bank_transfer/sweep/list` endpoint fetches information about the sweeps matching the given filters.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_bank_transfer_sweep_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_bank_transfer_sweep_list '{}' --json

plaid.plaid_bank_transfer_balance_get

Use the `/bank_transfer/balance/get` endpoint to see the available balance in your bank transfer account. Debit transfers increase this balance once their status is posted. Cred...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_bank_transfer_balance_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_bank_transfer_balance_get '{}' --json

plaid.plaid_bank_transfer_migrate_account

As an alternative to adding Items via Link, you can also use the `/bank_transfer/migrate_account` endpoint to migrate known account and routing numbers to Plaid Items. Note that...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_bank_transfer_migrate_account '{}' --json
Shortcut
kosmo integrations:plaid plaid_bank_transfer_migrate_account '{}' --json

plaid.plaid_transfer_migrate_account

As an alternative to adding Items via Link, you can also use the `/transfer/migrate_account` endpoint to migrate previously-verified account and routing numbers to Plaid Items. ...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_migrate_account '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_migrate_account '{}' --json

plaid.plaid_transfer_intent_create

Use the `/transfer/intent/create` endpoint to generate a transfer intent object and invoke the Transfer UI.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_intent_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_intent_create '{}' --json

plaid.plaid_transfer_intent_get

Use the `/transfer/intent/get` endpoint to retrieve more information about a transfer intent.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_intent_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_intent_get '{}' --json

plaid.plaid_transfer_repayment_list

The `/transfer/repayment/list` endpoint fetches repayments matching the given filters. Repayments are returned in reverse-chronological order (most recent first) starting at the...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_repayment_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_repayment_list '{}' --json

plaid.plaid_transfer_repayment_return_list

The `/transfer/repayment/return/list` endpoint retrieves the set of returns that were batched together into the specified repayment. The sum of amounts of returns retrieved by t...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_repayment_return_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_repayment_return_list '{}' --json

plaid.plaid_transfer_platform_requirement_submit

Use the `/transfer/platform/requirement/submit` endpoint to submit additional onboarding information that is needed by Plaid to approve or decline the originator. See [Requireme...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_platform_requirement_submit '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_platform_requirement_submit '{}' --json

plaid.plaid_transfer_originator_create

Use the `/transfer/originator/create` endpoint to create a new originator and return an `originator_client_id`.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_originator_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_originator_create '{}' --json

plaid.plaid_transfer_questionnaire_create

The `/transfer/questionnaire/create` endpoint generates a Plaid-hosted onboarding UI URL. Redirect the originator to this URL to provide their due diligence information and agre...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_questionnaire_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_questionnaire_create '{}' --json

plaid.plaid_transfer_diligence_submit

Use the `/transfer/diligence/submit` endpoint to submit transfer diligence on behalf of the originator (i.e., the end customer).

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_diligence_submit '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_diligence_submit '{}' --json

plaid.plaid_transfer_diligence_document_upload

Third-party sender customers can use `/transfer/diligence/document/upload` endpoint to upload a document on behalf of its end customer (i.e. originator) to Plaid. You’ll need ...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_diligence_document_upload '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_diligence_document_upload '{}' --json

plaid.plaid_transfer_originator_get

The `/transfer/originator/get` endpoint gets status updates for an originator's onboarding process. This information is also available via the Transfer page on the Plaid dashboard.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_originator_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_originator_get '{}' --json

plaid.plaid_transfer_originator_list

The `/transfer/originator/list` endpoint gets status updates for all of your originators' onboarding. This information is also available via the Plaid dashboard.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_originator_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_originator_list '{}' --json

plaid.plaid_transfer_refund_create

Use the `/transfer/refund/create` endpoint to create a refund for a transfer. A transfer can be refunded if the transfer was initiated in the past 180 days. Refunds come out of ...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_refund_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_refund_create '{}' --json

plaid.plaid_transfer_refund_get

The `/transfer/refund/get` endpoint fetches information about the refund corresponding to the given `refund_id`.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_refund_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_refund_get '{}' --json

plaid.plaid_transfer_refund_cancel

Use the `/transfer/refund/cancel` endpoint to cancel a refund. A refund is eligible for cancellation if it has not yet been submitted to the payment network.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_refund_cancel '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_refund_cancel '{}' --json

plaid.plaid_transfer_platform_originator_create

Use the `/transfer/platform/originator/create` endpoint to submit information about the originator you are onboarding, including the originator's agreement to the required legal...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_platform_originator_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_platform_originator_create '{}' --json

plaid.plaid_transfer_platform_person_create

Use the `/transfer/platform/person/create` endpoint to create a person associated with an originator (e.g. beneficial owner or control person) and optionally submit personal ide...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transfer_platform_person_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_transfer_platform_person_create '{}' --json

plaid.plaid_sandbox_bank_transfer_simulate

Use the `/sandbox/bank_transfer/simulate` endpoint to simulate a bank transfer event in the Sandbox environment. Note that while an event will be simulated and will appear when ...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_bank_transfer_simulate '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_bank_transfer_simulate '{}' --json

plaid.plaid_sandbox_transfer_sweep_simulate

Use the `/sandbox/transfer/sweep/simulate` endpoint to create a sweep and associated events in the Sandbox environment. Upon calling this endpoint, all transfers with a sweep st...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_transfer_sweep_simulate '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_transfer_sweep_simulate '{}' --json

plaid.plaid_sandbox_transfer_simulate

Use the `/sandbox/transfer/simulate` endpoint to simulate a transfer event in the Sandbox environment. Note that while an event will be simulated and will appear when using endp...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_transfer_simulate '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_transfer_simulate '{}' --json

plaid.plaid_sandbox_transfer_refund_simulate

Use the `/sandbox/transfer/refund/simulate` endpoint to simulate a refund event in the Sandbox environment. Note that while an event will be simulated and will appear when using...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_transfer_refund_simulate '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_transfer_refund_simulate '{}' --json

plaid.plaid_sandbox_transfer_ledger_simulate_available

Use the `/sandbox/transfer/ledger/simulate_available` endpoint to simulate converting pending balance to available balance for all originators in the Sandbox environment.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_transfer_ledger_simulate_available '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_transfer_ledger_simulate_available '{}' --json

plaid.plaid_sandbox_transfer_ledger_deposit_simulate

Use the `/sandbox/transfer/ledger/deposit/simulate` endpoint to simulate a ledger deposit event in the Sandbox environment.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_transfer_ledger_deposit_simulate '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_transfer_ledger_deposit_simulate '{}' --json

plaid.plaid_sandbox_transfer_ledger_withdraw_simulate

Use the `/sandbox/transfer/ledger/withdraw/simulate` endpoint to simulate a ledger withdraw event in the Sandbox environment.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_transfer_ledger_withdraw_simulate '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_transfer_ledger_withdraw_simulate '{}' --json

plaid.plaid_sandbox_transfer_repayment_simulate

Use the `/sandbox/transfer/repayment/simulate` endpoint to trigger the creation of a repayment. As a side effect of calling this route, a repayment is created that includes all ...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_transfer_repayment_simulate '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_transfer_repayment_simulate '{}' --json

plaid.plaid_sandbox_transfer_fire_webhook

Use the `/sandbox/transfer/fire_webhook` endpoint to manually trigger a `TRANSFER_EVENTS_UPDATE` webhook in the Sandbox environment.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_transfer_fire_webhook '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_transfer_fire_webhook '{}' --json

plaid.plaid_sandbox_transfer_test_clock_create

Use the `/sandbox/transfer/test_clock/create` endpoint to create a `test_clock` in the Sandbox environment. A test clock object represents an independent timeline and has a `vir...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_transfer_test_clock_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_transfer_test_clock_create '{}' --json

plaid.plaid_sandbox_transfer_test_clock_advance

Use the `/sandbox/transfer/test_clock/advance` endpoint to advance a `test_clock` in the Sandbox environment. A test clock object represents an independent timeline and has a `v...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_transfer_test_clock_advance '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_transfer_test_clock_advance '{}' --json

plaid.plaid_sandbox_transfer_test_clock_get

Use the `/sandbox/transfer/test_clock/get` endpoint to get a `test_clock` in the Sandbox environment.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_transfer_test_clock_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_transfer_test_clock_get '{}' --json

plaid.plaid_sandbox_transfer_test_clock_list

Use the `/sandbox/transfer/test_clock/list` endpoint to see a list of all your test clocks in the Sandbox environment, by ascending `virtual_time`. Results are paginated; use th...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_transfer_test_clock_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_transfer_test_clock_list '{}' --json

plaid.plaid_sandbox_payment_profile_reset_login

`/sandbox/payment_profile/reset_login/` forces a Payment Profile into a state where the login is no longer valid. This makes it easy to test update mode for Payment Profile in t...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_payment_profile_reset_login '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_payment_profile_reset_login '{}' --json

plaid.plaid_sandbox_payment_simulate

Use the `/sandbox/payment/simulate` endpoint to simulate various payment events in the Sandbox environment. This endpoint will trigger the corresponding payment status webhook.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_payment_simulate '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_payment_simulate '{}' --json

plaid.plaid_employers_search

`/employers/search` allows you the ability to search Plaid’s database of known employers, for use with Deposit Switch. You can use this endpoint to look up a user's employer i...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_employers_search '{}' --json
Shortcut
kosmo integrations:plaid plaid_employers_search '{}' --json

plaid.plaid_income_verification_create

`/income/verification/create` begins the income verification process by returning an `income_verification_id`. You can then provide the `income_verification_id` to `/link/token/...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_income_verification_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_income_verification_create '{}' --json

plaid.plaid_income_verification_paystubs_get

`/income/verification/paystubs/get` returns the information collected from the paystubs that were used to verify an end user's income. It can be called once the status of the ve...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_income_verification_paystubs_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_income_verification_paystubs_get '{}' --json

plaid.plaid_income_verification_documents_download

`/income/verification/documents/download` provides the ability to download the source documents associated with the verification. If Document Income was used, the documents will...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_income_verification_documents_download '{}' --json
Shortcut
kosmo integrations:plaid plaid_income_verification_documents_download '{}' --json

plaid.plaid_income_verification_taxforms_get

`/income/verification/taxforms/get` returns the information collected from forms that were used to verify an end user''s income. It can be called once the status of the verifica...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_income_verification_taxforms_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_income_verification_taxforms_get '{}' --json

plaid.plaid_income_verification_precheck

`/income/verification/precheck` is an optional endpoint that can be called before initializing a Link session for income verification. It evaluates whether a given user is suppo...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_income_verification_precheck '{}' --json
Shortcut
kosmo integrations:plaid plaid_income_verification_precheck '{}' --json

plaid.plaid_employment_verification_get

`/employment/verification/get` returns a list of employments through a user payroll that was verified by an end user. This endpoint has been deprecated; new integrations should ...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_employment_verification_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_employment_verification_get '{}' --json

plaid.plaid_credit_audit_copy_token_create

Plaid can create an Audit Copy token of an Asset Report and/or Income Report to share with a participating Government Sponsored Entity (GSE) if you participate in Fannie Mae's D...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_audit_copy_token_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_audit_copy_token_create '{}' --json

plaid.plaid_credit_report_audit_copy_remove

The `/credit/audit_copy_token/remove` endpoint allows you to remove an Audit Copy. Removing an Audit Copy invalidates the `audit_copy_token` associated with it, meaning both you...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_report_audit_copy_remove '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_report_audit_copy_remove '{}' --json

plaid.plaid_credit_asset_report_freddie_mac_get

The `credit/asset_report/freddie_mac/get` endpoint retrieves the Asset Report in Freddie Mac's JSON format.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_asset_report_freddie_mac_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_asset_report_freddie_mac_get '{}' --json

plaid.plaid_credit_freddie_mac_reports_get

The `credit/asset_report/freddie_mac/get` endpoint retrieves the Verification of Assets and Verification of Employment reports.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_freddie_mac_reports_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_freddie_mac_reports_get '{}' --json

plaid.plaid_credit_bank_employment_get

`/credit/bank_employment/get` returns the employment report(s) derived from bank transaction data for a specified user.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_bank_employment_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_bank_employment_get '{}' --json

plaid.plaid_credit_bank_income_get

`/credit/bank_income/get` returns the bank income report(s) for a specified user. A single report corresponds to all institutions linked in a single Link session. To include mul...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_bank_income_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_bank_income_get '{}' --json

plaid.plaid_credit_bank_income_pdf_get

`/credit/bank_income/pdf/get` returns the most recent bank income report for a specified user in PDF format. A single report corresponds to all institutions linked in a single L...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_bank_income_pdf_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_bank_income_pdf_get '{}' --json

plaid.plaid_credit_bank_income_refresh

`/credit/bank_income/refresh` is deprecated. The backend implementation was removed (returns an `Unimplemented` error at runtime), and the endpoint is no longer part of the docu...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_bank_income_refresh '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_bank_income_refresh '{}' --json

plaid.plaid_credit_bank_income_webhook_update

`/credit/bank_income/webhook/update` allows you to subscribe or unsubscribe a user for income webhook notifications. By default, all users start out unsubscribed. If a user is s...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_bank_income_webhook_update '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_bank_income_webhook_update '{}' --json

plaid.plaid_credit_payroll_income_parsing_config_update

`/credit/payroll_income/parsing_config/update` updates the parsing configuration for a document income verification.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_payroll_income_parsing_config_update '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_payroll_income_parsing_config_update '{}' --json

plaid.plaid_credit_bank_statements_uploads_get

`/credit/bank_statements/uploads/get` returns parsed data from bank statements uploaded by users as part of the Document Income flow. If your account is not enabled for Document...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_bank_statements_uploads_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_bank_statements_uploads_get '{}' --json

plaid.plaid_credit_payroll_income_get

This endpoint gets payroll income information for a specific user, either as a result of the user connecting to their payroll provider or uploading a pay related document.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_payroll_income_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_payroll_income_get '{}' --json

plaid.plaid_credit_payroll_income_risk_signals_get

`/credit/payroll_income/risk_signals/get` can be used as part of the Document Income flow to assess a user-uploaded document for signs of potential fraud or tampering. It return...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_payroll_income_risk_signals_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_payroll_income_risk_signals_get '{}' --json

plaid.plaid_credit_payroll_income_precheck

`/credit/payroll_income/precheck` is an optional endpoint that can be called before initializing a Link session for income verification. It evaluates whether a given user is sup...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_payroll_income_precheck '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_payroll_income_precheck '{}' --json

plaid.plaid_credit_employment_get

`/credit/employment/get` returns a list of items with employment information from a user's payroll provider that was verified by an end user.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_employment_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_employment_get '{}' --json

plaid.plaid_credit_payroll_income_refresh

`/credit/payroll_income/refresh` refreshes a given digital payroll income verification.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_payroll_income_refresh '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_payroll_income_refresh '{}' --json

plaid.plaid_credit_relay_create

Plaid can share an Asset Report directly with a participating third party on your behalf. The shared Asset Report is the exact same Asset Report originally created in `/asset_re...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_relay_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_relay_create '{}' --json

plaid.plaid_credit_relay_get

`/credit/relay/get` allows third parties to receive a report that was shared with them, using a `relay_token` that was created by the report owner.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_relay_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_relay_get '{}' --json

plaid.plaid_credit_relay_pdf_get

`/credit/relay/pdf/get` allows third parties to receive a pdf report that was shared with them, using a `relay_token` that was created by the report owner. The `/credit/relay/pd...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_relay_pdf_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_relay_pdf_get '{}' --json

plaid.plaid_credit_relay_refresh

The `/credit/relay/refresh` endpoint allows third parties to refresh a report that was relayed to them, using a `relay_token` that was created by the report owner. A new report ...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_relay_refresh '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_relay_refresh '{}' --json

plaid.plaid_credit_relay_remove

The `/credit/relay/remove` endpoint allows you to invalidate a `relay_token`. The third party holding the token will no longer be able to access or refresh the reports which the...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_credit_relay_remove '{}' --json
Shortcut
kosmo integrations:plaid plaid_credit_relay_remove '{}' --json

plaid.plaid_sandbox_bank_transfer_fire_webhook

Use the `/sandbox/bank_transfer/fire_webhook` endpoint to manually trigger a Bank Transfers webhook in the Sandbox environment.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_bank_transfer_fire_webhook '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_bank_transfer_fire_webhook '{}' --json

plaid.plaid_sandbox_income_fire_webhook

Use the `/sandbox/income/fire_webhook` endpoint to manually trigger a Payroll or Document Income webhook in the Sandbox environment.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_income_fire_webhook '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_income_fire_webhook '{}' --json

plaid.plaid_sandbox_bank_income_fire_webhook

Use the `/sandbox/bank_income/fire_webhook` endpoint to manually trigger a Bank Income webhook in the Sandbox environment.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_bank_income_fire_webhook '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_bank_income_fire_webhook '{}' --json

plaid.plaid_sandbox_cra_cashflow_updates_update

Use the `/sandbox/cra/cashflow_updates/update` endpoint to manually trigger an update for Cash Flow Updates (Monitoring) in the Sandbox environment.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_cra_cashflow_updates_update '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_cra_cashflow_updates_update '{}' --json

plaid.plaid_sandbox_oauth_select_accounts

Save the selected accounts when connecting to the Platypus Oauth institution

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_sandbox_oauth_select_accounts '{}' --json
Shortcut
kosmo integrations:plaid plaid_sandbox_oauth_select_accounts '{}' --json

plaid.plaid_signal_evaluate

Use `/signal/evaluate` to evaluate a planned ACH transaction to get a return risk assessment and additional risk signals. Before using `/signal/evaluate`, you must first [create...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_signal_evaluate '{}' --json
Shortcut
kosmo integrations:plaid plaid_signal_evaluate '{}' --json

plaid.plaid_signal_schedule

Use `/signal/schedule` to schedule a planned ACH transaction.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_signal_schedule '{}' --json
Shortcut
kosmo integrations:plaid plaid_signal_schedule '{}' --json

plaid.plaid_signal_decision_report

After you call `/signal/evaluate`, Plaid will normally infer the outcome from your Signal Rules. However, if you are not using Signal Rules, if the Signal Rules outcome was `REV...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_signal_decision_report '{}' --json
Shortcut
kosmo integrations:plaid plaid_signal_decision_report '{}' --json

plaid.plaid_signal_return_report

Call the `/signal/return/report` endpoint to report a returned transaction that was previously sent to the `/signal/evaluate` endpoint. Your feedback will be used by the model t...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_signal_return_report '{}' --json
Shortcut
kosmo integrations:plaid plaid_signal_return_report '{}' --json

plaid.plaid_signal_prepare

When an Item is not initialized with `signal`, call `/signal/prepare` to opt-in that Item to the data collection process used to develop a Signal Transaction Score. This should ...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_signal_prepare '{}' --json
Shortcut
kosmo integrations:plaid plaid_signal_prepare '{}' --json

plaid.plaid_wallet_create

Create an e-wallet. The response is the newly created e-wallet object.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_wallet_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_wallet_create '{}' --json

plaid.plaid_wallet_get

Fetch an e-wallet. The response includes the current balance.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_wallet_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_wallet_get '{}' --json

plaid.plaid_wallet_list

This endpoint lists all e-wallets in descending order of creation.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_wallet_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_wallet_list '{}' --json

plaid.plaid_wallet_transaction_execute

Execute a transaction using the specified e-wallet. Specify the e-wallet to debit from, the counterparty to credit to, the idempotency key to prevent duplicate transactions, the...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_wallet_transaction_execute '{}' --json
Shortcut
kosmo integrations:plaid plaid_wallet_transaction_execute '{}' --json

plaid.plaid_wallet_transaction_get

Fetch a specific e-wallet transaction

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_wallet_transaction_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_wallet_transaction_get '{}' --json

plaid.plaid_wallet_transaction_list

This endpoint lists the latest transactions of the specified e-wallet. Transactions are returned in descending order by the `created_at` time.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_wallet_transaction_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_wallet_transaction_list '{}' --json

plaid.plaid_transactions_enhance

The `/beta/transactions/v1/enhance` endpoint enriches raw transaction data provided directly by clients. The product is currently in beta.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transactions_enhance '{}' --json
Shortcut
kosmo integrations:plaid plaid_transactions_enhance '{}' --json

plaid.plaid_transactions_rules_create

The `/transactions/rules/v1/create` endpoint creates transaction categorization rules. Rules will be applied on the Item's transactions returned in `/transactions/get` response....

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transactions_rules_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_transactions_rules_create '{}' --json

plaid.plaid_transactions_rules_list

The `/transactions/rules/v1/list` returns a list of transaction rules created for the Item associated with the access token.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transactions_rules_list '{}' --json
Shortcut
kosmo integrations:plaid plaid_transactions_rules_list '{}' --json

plaid.plaid_transactions_rules_remove

The `/transactions/rules/v1/remove` endpoint is used to remove a transaction rule.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transactions_rules_remove '{}' --json
Shortcut
kosmo integrations:plaid plaid_transactions_rules_remove '{}' --json

plaid.plaid_transactions_user_insights_get

The `/beta/transactions/user_insights/v1/get` gets user insights for clients who have enriched data with `/transactions/enrich`. The product is currently in beta.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_transactions_user_insights_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_transactions_user_insights_get '{}' --json

plaid.plaid_beta_ewa_report_v1_get

The `/beta/ewa_report/v1/get` endpoint provides an Earned Wage Access (EWA) score that quantifies the delinquency risk associated with a given item. The score is derived from a ...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_beta_ewa_report_v1_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_beta_ewa_report_v1_get '{}' --json

plaid.plaid_issues_search

Search for an issue associated with one of the following identifiers: `item_id`, `link_session_id` or Link session `request_id`. This endpoint returns a list of `Issue` objects,...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_issues_search '{}' --json
Shortcut
kosmo integrations:plaid plaid_issues_search '{}' --json

plaid.plaid_issues_get

Retrieve detailed information about a specific `Issue`. This endpoint returns a single `Issue` object.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_issues_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_issues_get '{}' --json

plaid.plaid_issues_subscribe

Allows a user to subscribe to updates on a specific `Issue` using a POST method. Subscribers will receive webhook notifications when the issue status changes, particularly when ...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_issues_subscribe '{}' --json
Shortcut
kosmo integrations:plaid plaid_issues_subscribe '{}' --json

plaid.plaid_payment_profile_create

Use `/payment_profile/create` endpoint to create a new payment profile. To initiate the account linking experience, call `/link/token/create` and provide the `payment_profile_to...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_payment_profile_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_payment_profile_create '{}' --json

plaid.plaid_payment_profile_get

Use `/payment_profile/get` endpoint to get the status of a given Payment Profile.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_payment_profile_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_payment_profile_get '{}' --json

plaid.plaid_payment_profile_remove

Use the `/payment_profile/remove` endpoint to remove a given Payment Profile. Once it’s removed, it can no longer be used to create transfers.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_payment_profile_remove '{}' --json
Shortcut
kosmo integrations:plaid plaid_payment_profile_remove '{}' --json

plaid.plaid_partner_customer_create

The `/partner/customer/create` endpoint is used by reseller partners to create end customers. To create end customers, it should be called in the Production environment only, ev...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_partner_customer_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_partner_customer_create '{}' --json

plaid.plaid_partner_customer_get

The `/partner/customer/get` endpoint is used by reseller partners to retrieve data about a single end customer.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_partner_customer_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_partner_customer_get '{}' --json

plaid.plaid_partner_customer_enable

The `/partner/customer/enable` endpoint is used by reseller partners to enable an end customer in the full Production environment.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_partner_customer_enable '{}' --json
Shortcut
kosmo integrations:plaid plaid_partner_customer_enable '{}' --json

plaid.plaid_partner_customer_remove

The `/partner/customer/remove` endpoint is used by reseller partners to remove an end customer. Removing an end customer will remove it from view in the Plaid Dashboard and deac...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_partner_customer_remove '{}' --json
Shortcut
kosmo integrations:plaid plaid_partner_customer_remove '{}' --json

plaid.plaid_partner_customer_oauth_institutions_get

The `/partner/customer/oauth_institutions/get` endpoint is used by reseller partners to retrieve OAuth-institution registration information about a single end customer. To learn...

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_partner_customer_oauth_institutions_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_partner_customer_oauth_institutions_get '{}' --json

plaid.plaid_beta_partner_customer_v1_create

The `/beta/partner/customer/v1/create` endpoint creates a new end customer record. You can provide as much information as you have available. If any required information is miss...

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_beta_partner_customer_v1_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_beta_partner_customer_v1_create '{}' --json

plaid.plaid_beta_partner_customer_v1_get

The `/beta/partner/customer/v1/get` endpoint is used by reseller partners to retrieve data about a single end customer.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_beta_partner_customer_v1_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_beta_partner_customer_v1_get '{}' --json

plaid.plaid_beta_partner_customer_v1_update

The `/beta/partner/customer/v1/update` endpoint updates an existing end customer record.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_beta_partner_customer_v1_update '{}' --json
Shortcut
kosmo integrations:plaid plaid_beta_partner_customer_v1_update '{}' --json

plaid.plaid_beta_partner_customer_v1_enable

The `/beta/partner/customer/v1/enable` endpoint is used by reseller partners to enable an end customer in the full Production environment.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_beta_partner_customer_v1_enable '{}' --json
Shortcut
kosmo integrations:plaid plaid_beta_partner_customer_v1_enable '{}' --json

plaid.plaid_link_delivery_create

Use the `/link_delivery/create` endpoint to create a Hosted Link session.

Write write
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_link_delivery_create '{}' --json
Shortcut
kosmo integrations:plaid plaid_link_delivery_create '{}' --json

plaid.plaid_link_delivery_get

Use the `/link_delivery/get` endpoint to get the status of a Hosted Link session.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_link_delivery_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_link_delivery_get '{}' --json

plaid.plaid_fdx_notifications

A generic webhook receiver endpoint for FDX Event Notifications

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_fdx_notifications '{}' --json
Shortcut
kosmo integrations:plaid plaid_fdx_notifications '{}' --json

plaid.plaid_get_recipients

Returns a list of Recipients

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_get_recipients '{}' --json
Shortcut
kosmo integrations:plaid plaid_get_recipients '{}' --json

plaid.plaid_get_recipient

Get a specific recipient

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_get_recipient '{}' --json
Shortcut
kosmo integrations:plaid plaid_get_recipient '{}' --json

plaid.plaid_network_insights_report_get

This endpoint allows you to retrieve the Network Insights from a list of `access_tokens`.

Read read
Parameters
none
Generic call
kosmo integrations:call plaid.plaid_network_insights_report_get '{}' --json
Shortcut
kosmo integrations:plaid plaid_network_insights_report_get '{}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

plaid.plaid_asset_report_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_asset_report_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_asset_report_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_asset_report_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_asset_report_pdf_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_asset_report_pdf_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_asset_report_refresh 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_asset_report_refresh --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_asset_report_filter 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_asset_report_filter --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_asset_report_remove 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_asset_report_remove --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_asset_report_audit_copy_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_asset_report_audit_copy_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_asset_report_audit_copy_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_asset_report_audit_copy_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_asset_report_audit_copy_pdf_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_asset_report_audit_copy_pdf_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_asset_report_audit_copy_remove 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_asset_report_audit_copy_remove --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cra_monitoring_insights_subscribe 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cra_monitoring_insights_subscribe --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cra_monitoring_insights_unsubscribe 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cra_monitoring_insights_unsubscribe --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cra_monitoring_insights_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cra_monitoring_insights_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_audit_copy_token_update 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_audit_copy_token_update --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cra_partner_insights_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cra_partner_insights_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cra_check_report_income_insights_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cra_check_report_income_insights_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cra_check_report_base_report_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cra_check_report_base_report_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cra_check_report_pdf_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cra_check_report_pdf_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cra_check_report_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cra_check_report_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cra_check_report_partner_insights_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cra_check_report_partner_insights_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cra_check_report_cashflow_insights_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cra_check_report_cashflow_insights_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cra_check_report_lend_score_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cra_check_report_lend_score_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cra_check_report_network_insights_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cra_check_report_network_insights_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cra_check_report_verification_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cra_check_report_verification_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cra_check_report_verification_pdf_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cra_check_report_verification_pdf_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cra_loans_applications_register 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cra_loans_applications_register --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cra_loans_register 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cra_loans_register --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cra_loans_update 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cra_loans_update --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cra_loans_unregister 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cra_loans_unregister --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cra_credit_profile_report_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cra_credit_profile_report_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_consumer_report_pdf_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_consumer_report_pdf_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_oauth_token 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_oauth_token --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_oauth_introspect 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_oauth_introspect --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_oauth_revoke 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_oauth_revoke --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_statements_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_statements_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_statements_download 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_statements_download --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_statements_refresh 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_statements_refresh --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_item_activity_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_item_activity_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_item_application_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_item_application_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_item_application_scopes_update 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_item_application_scopes_update --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_application_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_application_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_item_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_item_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_user_account_session_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_user_account_session_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_user_account_session_event_send 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_user_account_session_event_send --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_profile_network_status_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_profile_network_status_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_network_status_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_network_status_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_auth_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_auth_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_auth_verify 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_auth_verify --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transactions_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transactions_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transactions_refresh 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transactions_refresh --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_transactions_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_transactions_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cashflow_report_refresh 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cashflow_report_refresh --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cashflow_report_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cashflow_report_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cashflow_report_transactions_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cashflow_report_transactions_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_cashflow_report_insights_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_cashflow_report_insights_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transactions_recurring_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transactions_recurring_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transactions_sync 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transactions_sync --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transactions_enrich 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transactions_enrich --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_user_transactions_refresh 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_user_transactions_refresh --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_user_financial_data_refresh 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_user_financial_data_refresh --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_institutions_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_institutions_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_institutions_get_by_id 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_institutions_get_by_id --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_item_remove 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_item_remove --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_item_products_terminate 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_item_products_terminate --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_item_handle_fraud_report 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_item_handle_fraud_report --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_accounts_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_accounts_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_categories_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_categories_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_processor_token_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_processor_token_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_public_token_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_public_token_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_item_fire_webhook 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_item_fire_webhook --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_accounts_balance_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_accounts_balance_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_identity_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_identity_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_identity_documents_uploads_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_identity_documents_uploads_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_identity_match 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_identity_match --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_identity_refresh 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_identity_refresh --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_dashboard_user_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_dashboard_user_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_dashboard_user_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_dashboard_user_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_identity_verification_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_identity_verification_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_identity_verification_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_identity_verification_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_identity_verification_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_identity_verification_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_identity_verification_retry 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_identity_verification_retry --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_entity_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_entity_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_entity_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_entity_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_entity_history_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_entity_history_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_entity_hit_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_entity_hit_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_entity_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_entity_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_entity_program_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_entity_program_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_entity_program_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_entity_program_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_entity_review_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_entity_review_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_entity_review_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_entity_review_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_entity_update 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_entity_update --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_individual_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_individual_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_individual_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_individual_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_individual_history_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_individual_history_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_individual_hit_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_individual_hit_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_individual_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_individual_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_individual_program_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_individual_program_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_individual_program_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_individual_program_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_individual_review_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_individual_review_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_individual_review_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_individual_review_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_watchlist_screening_individual_update 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_watchlist_screening_individual_update --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_beacon_account_risk_evaluate 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_beacon_account_risk_evaluate --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_beacon_user_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_beacon_user_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_beacon_user_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_beacon_user_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_beacon_user_review 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_beacon_user_review --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_beacon_report_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_beacon_report_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_beacon_report_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_beacon_report_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_beacon_report_syndication_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_beacon_report_syndication_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_beacon_report_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_beacon_report_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_beacon_report_syndication_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_beacon_report_syndication_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_beacon_user_update 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_beacon_user_update --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_beacon_duplicate_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_beacon_duplicate_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_identity_verification_autofill_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_identity_verification_autofill_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_beacon_user_history_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_beacon_user_history_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_beacon_user_account_insights_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_beacon_user_account_insights_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_protect_user_insights_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_protect_user_insights_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_protect_report_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_protect_report_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_protect_compute 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_protect_compute --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_protect_event_send 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_protect_event_send --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_protect_event_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_protect_event_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_business_verification_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_business_verification_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_business_verification_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_business_verification_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_auth_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_auth_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_account_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_account_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_investments_holdings_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_investments_holdings_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_investments_auth_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_investments_auth_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_investments_transactions_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_investments_transactions_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_transactions_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_transactions_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_transactions_sync 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_transactions_sync --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_transactions_refresh 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_transactions_refresh --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_transactions_recurring_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_transactions_recurring_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_signal_evaluate 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_signal_evaluate --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_signal_decision_report 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_signal_decision_report --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_signal_return_report 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_signal_return_report --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_signal_prepare 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_signal_prepare --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_bank_transfer_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_bank_transfer_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_liabilities_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_liabilities_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_identity_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_identity_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_identity_match 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_identity_match --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_balance_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_balance_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_item_webhook_update 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_item_webhook_update --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_item_access_token_invalidate 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_item_access_token_invalidate --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_webhook_verification_key_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_webhook_verification_key_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_liabilities_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_liabilities_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_payment_initiation_recipient_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_payment_initiation_recipient_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_payment_initiation_payment_reverse 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_payment_initiation_payment_reverse --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_payment_initiation_recipient_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_payment_initiation_recipient_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_payment_initiation_recipient_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_payment_initiation_recipient_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_payment_initiation_payment_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_payment_initiation_payment_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_create_payment_token 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_create_payment_token --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_item_reset_login 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_item_reset_login --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_item_application_seed 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_item_application_seed --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_item_set_verification_status 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_item_set_verification_status --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_user_reset_login 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_user_reset_login --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_item_public_token_exchange 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_item_public_token_exchange --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_item_create_public_token 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_item_create_public_token --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_user_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_user_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_user_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_user_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_user_identity_remove 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_user_identity_remove --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_user_update 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_user_update --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_user_remove 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_user_remove --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_user_products_terminate 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_user_products_terminate --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_user_items_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_user_items_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_user_items_associate 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_user_items_associate --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_user_items_remove 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_user_items_remove --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_user_third_party_token_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_user_third_party_token_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_user_third_party_token_remove 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_user_third_party_token_remove --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_sessions_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_sessions_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_payment_initiation_payment_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_payment_initiation_payment_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_payment_initiation_payment_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_payment_initiation_payment_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_investments_holdings_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_investments_holdings_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_investments_transactions_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_investments_transactions_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_investments_refresh 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_investments_refresh --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_investments_auth_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_investments_auth_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_token_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_token_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_token_permissions_set 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_token_permissions_set --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_token_permissions_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_token_permissions_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_token_webhook_update 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_token_webhook_update --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_stripe_bank_account_token_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_stripe_bank_account_token_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_processor_apex_processor_token_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_processor_apex_processor_token_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_item_import 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_item_import --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_session_token_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_session_token_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_recurring_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_recurring_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_bank_transfer_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_bank_transfer_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_authorization_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_authorization_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_authorization_cancel 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_authorization_cancel --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_balance_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_balance_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_capabilities_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_capabilities_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_configuration_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_configuration_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_ledger_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_ledger_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_ledger_distribute 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_ledger_distribute --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_ledger_deposit 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_ledger_deposit --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_ledger_withdraw 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_ledger_withdraw --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_originator_funding_account_update 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_originator_funding_account_update --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_originator_funding_account_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_originator_funding_account_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_metrics_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_metrics_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_recurring_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_recurring_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_bank_transfer_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_bank_transfer_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_recurring_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_recurring_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_bank_transfer_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_bank_transfer_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_cancel 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_cancel --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_recurring_cancel 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_recurring_cancel --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_bank_transfer_cancel 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_bank_transfer_cancel --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_event_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_event_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_ledger_event_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_ledger_event_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_bank_transfer_event_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_bank_transfer_event_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_event_sync 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_event_sync --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_bank_transfer_event_sync 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_bank_transfer_event_sync --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_sweep_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_sweep_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_bank_transfer_sweep_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_bank_transfer_sweep_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_sweep_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_sweep_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_bank_transfer_sweep_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_bank_transfer_sweep_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_bank_transfer_balance_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_bank_transfer_balance_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_bank_transfer_migrate_account 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_bank_transfer_migrate_account --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_migrate_account 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_migrate_account --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_intent_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_intent_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_intent_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_intent_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_repayment_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_repayment_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_repayment_return_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_repayment_return_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_platform_requirement_submit 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_platform_requirement_submit --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_originator_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_originator_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_questionnaire_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_questionnaire_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_diligence_submit 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_diligence_submit --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_diligence_document_upload 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_diligence_document_upload --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_originator_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_originator_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_originator_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_originator_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_refund_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_refund_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_refund_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_refund_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_refund_cancel 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_refund_cancel --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_platform_originator_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_platform_originator_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transfer_platform_person_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transfer_platform_person_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_bank_transfer_simulate 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_bank_transfer_simulate --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_transfer_sweep_simulate 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_transfer_sweep_simulate --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_transfer_simulate 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_transfer_simulate --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_transfer_refund_simulate 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_transfer_refund_simulate --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_transfer_ledger_simulate_available 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_transfer_ledger_simulate_available --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_transfer_ledger_deposit_simulate 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_transfer_ledger_deposit_simulate --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_transfer_ledger_withdraw_simulate 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_transfer_ledger_withdraw_simulate --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_transfer_repayment_simulate 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_transfer_repayment_simulate --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_transfer_fire_webhook 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_transfer_fire_webhook --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_transfer_test_clock_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_transfer_test_clock_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_transfer_test_clock_advance 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_transfer_test_clock_advance --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_transfer_test_clock_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_transfer_test_clock_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_transfer_test_clock_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_transfer_test_clock_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_payment_profile_reset_login 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_payment_profile_reset_login --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_payment_simulate 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_payment_simulate --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_income_verification_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_income_verification_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_income_verification_paystubs_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_income_verification_paystubs_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_income_verification_documents_download 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_income_verification_documents_download --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_income_verification_taxforms_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_income_verification_taxforms_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_income_verification_precheck 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_income_verification_precheck --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_employment_verification_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_employment_verification_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_audit_copy_token_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_audit_copy_token_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_report_audit_copy_remove 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_report_audit_copy_remove --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_asset_report_freddie_mac_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_asset_report_freddie_mac_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_freddie_mac_reports_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_freddie_mac_reports_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_bank_employment_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_bank_employment_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_bank_income_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_bank_income_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_bank_income_pdf_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_bank_income_pdf_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_bank_income_refresh 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_bank_income_refresh --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_bank_income_webhook_update 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_bank_income_webhook_update --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_payroll_income_parsing_config_update 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_payroll_income_parsing_config_update --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_bank_statements_uploads_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_bank_statements_uploads_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_payroll_income_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_payroll_income_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_payroll_income_risk_signals_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_payroll_income_risk_signals_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_payroll_income_precheck 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_payroll_income_precheck --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_employment_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_employment_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_payroll_income_refresh 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_payroll_income_refresh --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_relay_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_relay_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_relay_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_relay_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_relay_pdf_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_relay_pdf_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_relay_refresh 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_relay_refresh --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_credit_relay_remove 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_credit_relay_remove --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_bank_transfer_fire_webhook 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_bank_transfer_fire_webhook --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_income_fire_webhook 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_income_fire_webhook --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_bank_income_fire_webhook 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_bank_income_fire_webhook --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_cra_cashflow_updates_update 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_cra_cashflow_updates_update --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_sandbox_oauth_select_accounts 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_sandbox_oauth_select_accounts --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_signal_evaluate 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_signal_evaluate --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_signal_schedule 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_signal_schedule --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_signal_decision_report 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_signal_decision_report --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_signal_return_report 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_signal_return_report --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_signal_prepare 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_signal_prepare --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_wallet_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_wallet_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_wallet_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_wallet_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_wallet_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_wallet_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_wallet_transaction_execute 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_wallet_transaction_execute --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_wallet_transaction_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_wallet_transaction_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_wallet_transaction_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_wallet_transaction_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transactions_enhance 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transactions_enhance --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transactions_rules_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transactions_rules_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transactions_rules_list 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transactions_rules_list --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transactions_rules_remove 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transactions_rules_remove --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_transactions_user_insights_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_transactions_user_insights_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_beta_ewa_report_v1_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_beta_ewa_report_v1_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_issues_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_issues_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_issues_subscribe 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_issues_subscribe --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_payment_profile_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_payment_profile_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_payment_profile_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_payment_profile_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_payment_profile_remove 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_payment_profile_remove --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_partner_customer_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_partner_customer_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_partner_customer_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_partner_customer_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_partner_customer_enable 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_partner_customer_enable --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_partner_customer_remove 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_partner_customer_remove --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_partner_customer_oauth_institutions_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_partner_customer_oauth_institutions_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_beta_partner_customer_v1_create 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_beta_partner_customer_v1_create --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_beta_partner_customer_v1_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_beta_partner_customer_v1_get --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_beta_partner_customer_v1_update 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_beta_partner_customer_v1_update --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_beta_partner_customer_v1_enable 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_beta_partner_customer_v1_enable --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_fdx_notifications 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_fdx_notifications --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_get_recipients 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_get_recipients --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_get_recipient 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_get_recipient --json
ParameterTypeRequiredDescription
No parameters.
plaid.plaid_network_insights_report_get 0 parameters
Schema command
kosmo integrations:schema plaid.plaid_network_insights_report_get --json
ParameterTypeRequiredDescription
No parameters.

Permissions

Headless calls still follow the integration read/write permission policy. Configure read/write defaults with integrations:configure. Add --force only for trusted automation that should bypass that policy.