Interface AccountsApiListConnectedAccountsRequest

Request parameters for listConnectedAccounts operation in AccountsApi.

Export

AccountsApiListConnectedAccountsRequest

Hierarchy

  • AccountsApiListConnectedAccountsRequest

Properties

limit?: number

The maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.

Memberof

AccountsApiListConnectedAccounts

metadata?: {
    [key: string]: string;
}

`metadata` key-value pairs to filter by. Only exact matches on the key-value pair(s) will be returned. Example: `?metadata[internal_customer_id]=7cb1159d-875e-47ae-a309-319fa7ff395b`.

Memberof

AccountsApiListConnectedAccounts

Type declaration

  • [key: string]: string
offset?: number

The (zero-based) offset of the first item in the collection to return.

Memberof

AccountsApiListConnectedAccounts

partner_application_status?: ListConnectedAccountsPartnerApplicationStatus[]

Only return Connected Partner Accounts whose partner application status is included in this array. Examples: `/v1/accounts/connected?partner_application_status=created,started` and `/v1/accounts/connected?partner_application_status=submitted`.

Memberof

AccountsApiListConnectedAccounts

Only return Connected Partner Accounts who have an active capability with the specified processing capabilities. Examples: `/v1/accounts/connected?processing_capabilities=card,debit` and `/v1/accounts/connected?processing_capabilities=card`.

Memberof

AccountsApiListConnectedAccounts

q?: string

The partial search of text fields. Supports searching by `account.name`, `account.business_profile.legal_name`, `account.id`, `account.email`, `user.name`, `user.email`

Memberof

AccountsApiListConnectedAccounts

sort?: string

The sort parameters, value:direction. Possible values: `name`, `created_at`. Possible directions: `asc`, `desc` For example `name:asc`. Default: `created_at:desc`

Memberof

AccountsApiListConnectedAccounts

Only return Connected Accounts whose status is included in this array. Examples: `/v1/accounts/connected?status=active,partially_active` and `/v1/accounts/connected?status=account_review`.

Memberof

AccountsApiListConnectedAccounts

tilled_account: string

The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.

Memberof

AccountsApiListConnectedAccounts

Only return Connected Accounts where the type matches the specified value.

Memberof

AccountsApiListConnectedAccounts

Generated using TypeDoc