Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MandatesClient

Index

Methods

  • Resource /{merchantId}/mandates/{uniqueMandateReference}/block - Block mandate

    Parameters

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

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

    Returns void

  • Resource /{merchantId}/mandates/{uniqueMandateReference} - Get mandate

    Parameters

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

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

    Returns void

  • Resource /{merchantId}/mandates/{uniqueMandateReference}/revoke - Revoke mandate

    Parameters

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

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

    Returns void

  • Resource /{merchantId}/mandates/{uniqueMandateReference}/unblock - Unblock mandate

    Parameters

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

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

    Returns void