Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PayoutsClient

Index

Methods

  • Resource /{merchantId}/payouts/{payoutId}/cancel - Cancel payout

    Parameters

    • merchantId: string
    • payoutId: string
    • paymentContext: null | PaymentContext
    • cb: SdkCallback

      The callback for the response. If the call was successfull, the response body type will be null. If the call was not successful, the response body type will be ErrorResponse.

    Returns void

  • Resource /{merchantId}/payouts/{payoutId}/cancelapproval - Undo approve payout

    Parameters

    • merchantId: string
    • payoutId: string
    • paymentContext: null | PaymentContext
    • cb: SdkCallback

      The callback for the response. If the call was successfull, the response body type will be null. If the call was not successful, the response body type will be ErrorResponse.

    Returns void

  • Resource /{merchantId}/payouts/{payoutId} - Get payout

    Parameters

    • merchantId: string
    • payoutId: string
    • paymentContext: null | PaymentContext
    • cb: SdkCallback

      The callback for the response. If the call was successfull, the response body type will be PayoutResponse. If the call was not successful, the response body type will be ErrorResponse.

    Returns void