UserStatusesApi - object-oriented interface export UserStatusesApi

Hierarchy (view full)

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • The UserStatus object provides information on whether a user is fully on-boarded, can accept payouts and can charge payments

    summary Gets the UserStatus object

    Parameters

    • OptionaluserId: string

      UserId of the user (Tenant level access required)

    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<UserStatus, any>>

    memberof UserStatusesApi