PATCH /businessLines/{id}

Updates a business line.

Servers

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 service banking.

sourceOfFunds.description String No

Text describing the source of funds. For example, for type business, provide a description of where the business transactions come from, such as payments through bank transfer. Required when adyenProcessedFunds is false.

sourceOfFunds.adyenProcessedFunds Boolean No

Indicates whether the funds are coming from transactions processed by Adyen. If false, a description is required.

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:

  • "business"
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 webDataExemption object.

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 service paymentProcessing.

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:

  • "notCollectedDuringOnboarding"
  • "noOnlinePresence"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.