Optional
configuration: ConfigurationAdds an Account capability. Account capabilities can only be managed before the onboarding application is submitted.
Add an Account Capability
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Creates a connected Account associated with your partner/parent Account.
Create a Connected Account
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Deletes an Account capability. Account capabilities can only be managed before the onboarding application is submitted.
Delete an Account Capability
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Deletes a merchant Account. This cannot be undone.
Delete a Connected Account
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Retrieves the details of an existing Account.
Get an Account
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Returns a list of merchant Accounts. The Accounts are sorted with the most recently created appearing first. If the provided account type is merchant, the list is empty.
List all Connected Accounts
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
metadata: { `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`.
Optional
q: stringThe partial search of text fields. Supports searching by `account.name`, `account.business_profile.legal_name`, `account.id`, `account.email`, `user.name`, `user.email`
Optional
sort: stringThe sort parameters, value:direction. Possible values: `name`, `created_at`. Possible directions: `asc`, `desc` For example `name:asc`. Default: `created_at:desc`
Optional
type: ListConnectedAccountsTypeOnly return Connected Accounts where the type matches the specified value.
Optional
offset: numberThe (zero-based) offset of the first item in the collection to return.
Optional
limit: numberThe maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Updates an Account by setting the values of the provided parameters. Any parameters not provided remain unchanged.
Update an Account
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Updates an Account capability. Account capabilities can only be managed before the onboarding application is submitted.
Update an Account Capability
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Generated using TypeDoc
AccountsApi - functional programming interface
Export