Optional
configuration: ConfigurationOptional
basePath: stringOptional
axios: AxiosInstanceAdds an Account capability. Account capabilities can only be managed before the onboarding application is submitted.
Add an Account Capability
Request parameters.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Creates a connected Account associated with your partner/parent Account.
Create a Connected Account
Request parameters.
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
Request parameters.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Deletes a merchant Account. This cannot be undone.
Delete a Connected Account
Request parameters.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Retrieves the details of an existing Account.
Get an Account
Request parameters.
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
Request parameters.
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
Request parameters.
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
Request parameters.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Generated using TypeDoc
AccountsApi - factory interface
Export