Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TokensClient

Index

Methods

  • Resource /{merchantId}/tokens/{tokenId}/approvesepadirectdebit - Approve SEPA DD mandate

    Parameters

    • merchantId: string
    • tokenId: string
    • postData: ApproveTokenRequest
    • 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}/tokens/{tokenId} - Get token

    Parameters

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

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

    Returns void

  • Resource /{merchantId}/tokens/{tokenId} - Delete token

    Parameters

    • merchantId: string
    • tokenId: string
    • paymentContext: DeleteTokenParams
    • 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}/tokens/{tokenId} - Update token

    Parameters

    • merchantId: string
    • tokenId: string
    • postData: UpdateTokenRequest
    • 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