PATCH /businessLines/{id}
Updates a business line.
Servers
- https://kyc-test.adyen.com/lem/v3
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
The unique identifier of the business line. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
industryCode |
String | No |
A code that represents the industry of your legal entity. For example, 4431A for computer software stores. |
sourceOfFunds |
Object | No |
Contains information about the source of your user's funds. Required only for the |
sourceOfFunds.description |
String | No |
Text describing the source of funds. For example, for |
sourceOfFunds.adyenProcessedFunds |
Boolean | No |
Indicates whether the funds are coming from transactions processed by Adyen. If false, a |
sourceOfFunds.acquiringBusinessLineId |
String | No |
The unique identifier of the business line that will be the source of funds.This must be a business line for a receivePayments or receiveFromPlatformPayments capability. |
sourceOfFunds.type |
String | No |
The type of the source of funds. Possible value: business. Possible values:
|
webData[] |
Array | No |
List of website URLs where your user's goods or services are sold. When this is required for a service but your user does not have an online presence, provide the reason in the |
webData[].webAddress |
String | No |
The URL of the website or the app store URL. |
webData[].webAddressId |
String | No |
The unique identifier of the web address. |
salesChannels[] |
Array | No |
A list of channels where goods or services are sold. Possible values: pos, posMoto, eCommerce, ecomMoto, payByLink. Required only in combination with the |
webDataExemption |
Object | No |
The reason why the web data is not provided. |
webDataExemption.reason |
String | No |
The reason why the web data was not provided. Possible value: noOnlinePresence. Possible values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.