PaymentTransferApi - object-oriented interface export PaymentTransferApi

Hierarchy (view full)

Constructors

Properties

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

Methods

  • summary Cancel pending transfer

    Parameters

    • OptionalpaymentTransferReadDeets: PaymentTransferReadDeets
    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<PaymentTransfer, any>>

    memberof PaymentTransferApi

  • summary Retrieve a payment transfer by ID

    Parameters

    • id: string

      The id of the record you wish to retrieve

    • OptionaluserId: string

      The user id to operate on their behalf (tenants only)

    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<PaymentTransfer, any>>

    memberof PaymentTransferApi

  • summary Initiate balance withdrawal

    Parameters

    • OptionalpaymentTransferCreateDeets: PaymentTransferCreateDeets
    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<PaymentTransfer, any>>

    memberof PaymentTransferApi

  • summary Retrieve a list of payment transfers

    Parameters

    • Optionalstatus: string
    • Optionallimit: number

      A limit of the number of objects to be returned for the next page, between 1 and 100. The default is 25

    • Optionalpage: number

      1-based page index for paginated results

    • OptionaluserId: string

      The user id to operate on their behalf (tenants only)

    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<PaymentTransferListResponse, any>>

    memberof PaymentTransferApi