Update a business line

patch/businessLines/{id}

Updates a business line.

Endpoint destination URL
https://kyc-test.adyen.com/lem/v3/businessLines/{id}
Click to copy

Path Parameters

idstringRequired

The unique identifier of the business line.

Request Parameters

capabilitystringDeprecated in version 3

Use service instead.

The capability for which you are creating the business line. For example, receivePayments.

industryCodestring

A code that represents the industry of your legal entity. For example, 4431A for computer software stores.

legalEntityIdstring

Unique identifier of the legal entity that owns the business line.

salesChannelsarray[string]

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.

servicestring

The service for which you are creating the business line.

Possible values:

  • paymentProcessing
  • banking
sourceOfFundsobject

Contains information about the source of your user's funds. Required only for the service banking.

webDataarray[object]

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.

webDataExemptionobject

The reason why the web data is not provided.

Response parameters

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses

  • 200 - OK

    The request has succeeded.

    Show moreShow less
  • 400 - Bad Request

    A problem reading or understanding the request.

    Show moreShow less
  • 401 - Unauthorized

    Authentication required.

    Show moreShow less
  • 403 - Forbidden

    Insufficient permissions to process the request.

    Show moreShow less
  • 422 - Unprocessable Entity

    A request validation error.

    Show moreShow less
  • 500 - Internal Server Error

    The server could not process the request.

    Show moreShow less