Optional
configuration: ConfigurationRetrieves 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.
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.
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.
Generated using TypeDoc
OnboardingApi - functional programming interface
Export