PaymentPushesApi - object-oriented interface export PaymentPushesApi

Hierarchy (view full)

Constructors

Properties

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

Methods

  • Creates PaymentPushes in bulk, which send payments to the specified recipients. In order to create PaymentPushes on behalf of someone other than the logged in account the sender must be registered as a Tenant and have PaymentPush create scope.

    Create scope permissions for the sending user. The PaymentPush workflow is high-level payment api abstracting many details about how The funds are flowing. For more information see Understanding Payments in Mozaic

    summary Create payment pushes in bulk

    Parameters

    • OptionalpaymentPushBulkCreateDeets: PaymentPushBulkCreateDeets

      PaymentPushBulk_CreateDeets

    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<PaymentBulkResultResponseListResponse, any>>

    memberof PaymentPushesApi

  • Parameters

    • OptionalpaymentPushCreateDeets: PaymentPushCreateDeets
    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Fees, any>>

    memberof PaymentPushesApi

  • Creates a PaymentPush which sends a payment to the specified recipient. In order to create PaymentPushes on behalf of someone other than the logged in account the sender must be registered as a Tenant and have PaymentPush create scope.

    Create scope permissions for the sending user. The PaymentPush workflow is high-level payment api abstracting many details about how The funds are flowing. For more information see Understanding Payments in Mozaic

    summary Create a PaymentPush

    Parameters

    • OptionalpaymentPushCreateDeets: PaymentPushCreateDeets

      PaymentPush_CreateDeets

    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Payment, any>>

    memberof PaymentPushesApi

  • summary Calculate fee estimates for individual transactions within a bulk payment.

    Parameters

    • OptionalpaymentPushBulkCreateDeets: PaymentPushBulkCreateDeets
    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<FeesBulkListResponse, any>>

    memberof PaymentPushesApi

  • Returns a single PaymentPushCreate if found summary Find a PaymentPushCreate by ID

    Parameters

    • id: string
    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<PaymentPushResponse, any>>

    memberof PaymentPushesApi

  • summary Update push payment record

    Parameters

    • id: string
    • OptionalpaymentPushUpdateDeets: PaymentPushUpdateDeets
    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Payment, any>>

    memberof PaymentPushesApi