Create a business line
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.
Request Parameters
The capability for which you are creating the business line.
Possible values: receivePayments, receiveFromPlatformPayments, issueBankAccount
A code that represents the industry of the legal entity for marketplaces or platforms. For example, 4431A for computer software stores.
Unique identifier of the legal entity that owns the business line.
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.
The service for which you are creating the business line.
Possible values:
- paymentProcessing
- banking
Contains information about the source of your user's funds. Required only for the service
banking.
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.
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.