Create a business line

post/businessLines

Creates a business line.

This resource contains information about your user's line of business, including their industry and their source of funds. Adyen uses this information to verify your users as required by payment industry regulations. Adyen informs you of the verification results through webhooks or API responses.

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

Request Parameters

capabilitystringDeprecated in version 3

Use service instead.

The capability for which you are creating the business line.

Possible values: receivePayments, receiveFromPlatformPayments, issueBankAccount

industryCodestringRequired

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

legalEntityIdstringRequired

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.

servicestringRequired

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