Optional
configuration: ConfigurationRetrieves an Esignature Signer.
Get Esignature Signer
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Retrieves descriptions for all valid merchant category codes (MCC).
Get MCC Descriptions
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
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.
Get a Merchant Application
The id of the associated connected (i.e. merchant) account.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Retrieves an onboarding application.
Get an Onboarding Application
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Returns an array of Signing Links if the merchant signature has not been acquired yet.
Regenerate Signing Links
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Resend an Esignature Document email to a specific Esignature Signer.
Resend Esignature Document email
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
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.
Submit a Merchant Application
The id of the associated connected (i.e. merchant) account.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
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.
Submit an Onboarding Application
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Updates a merchant application by overwriting all properties.
Update a Merchant Application
The id of the associated connected (i.e. merchant) account.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Updates an onboarding application by overwriting all properties. You must pass the entire payload each time.
Update an Onboarding Application
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Generated using TypeDoc
OnboardingApi - axios parameter creator
Export