Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PaymentsClient

Index

Methods

  • Resource /{merchantId}/payments/{paymentId}/cancel - Cancel payment

    Parameters

    Returns void

  • Resource /{merchantId}/payments/{paymentId}/disputes - Get disputes

    Parameters

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

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

    Returns void

  • Resource /{merchantId}/payments/{paymentId} - Get payment

    Parameters

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

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

    Returns void