Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DisputesClient

Index

Methods

  • Resource /{merchantId}/disputes/{disputeId}/cancel - Cancel dispute

    Parameters

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

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

    Returns void

  • Resource /{merchantId}/disputes/{disputeId} - Get dispute

    Parameters

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

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

    Returns void

  • Resource /{merchantId}/disputes/{disputeId}/submit - Submit dispute

    Parameters

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

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

    Returns void