Class OnboardingApi

OnboardingApi - object-oriented interface

Export

Hierarchy

  • BaseAPI
    • OnboardingApi

Constructors

  • Parameters

    • Optional configuration: Configuration
    • basePath: string = BASE_PATH
    • axios: AxiosInstance = globalAxios

    Returns OnboardingApi

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Retrieves descriptions for all valid merchant category codes (MCC).

    Summary

    Get MCC Descriptions

    Throws

    Memberof

    OnboardingApi

    Parameters

    Returns Promise<AxiosResponse<MccDescription[], any>>

  • Retrieves the details of an existing merchant application. The application can only be accessed if its status is created or started. Once the application is submitted or active, it is no longer accessible.

    Summary

    Get a Merchant Application

    Deprecated

    Throws

    Memberof

    OnboardingApi

    Parameters

    Returns Promise<AxiosResponse<MerchantApplication, any>>

  • Returns an array of Signing Links if the merchant signature has not been acquired yet.

    Summary

    Regenerate Signing Links

    Throws

    Memberof

    OnboardingApi

    Parameters

    Returns Promise<AxiosResponse<SigningLink[], any>>

  • Resend an Esignature Document email to a specific Esignature Signer.

    Summary

    Resend Esignature Document email

    Throws

    Memberof

    OnboardingApi

    Parameters

    Returns Promise<AxiosResponse<void, any>>

  • Submits a merchant application for processing. If there are any validation errors, they must be corrected before re-submitting. Once successfully submitted, the application is no longer accessible.

    Summary

    Submit a Merchant Application

    Deprecated

    Throws

    Memberof

    OnboardingApi

    Parameters

    Returns Promise<AxiosResponse<object, any>>

  • Submits an onboarding application to be processed. If any validation errors exist, they must be corrected before re-submitting. Returns an array of Signing Links if a merchant signature is required.

    Summary

    Submit an Onboarding Application

    Throws

    Memberof

    OnboardingApi

    Parameters

    Returns Promise<AxiosResponse<SubmitApplicationResponse, any>>

Generated using TypeDoc