Create a business line for receiving payments
POST {{baseUrl}}/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.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"service": "paymentProcessing",
"industryCode": "339E",
"legalEntityId": "LE00000000000000000000001",
"salesChannels": ["eCommerce", "ecomMoto"],
"webData": [{
"webAddress": "https://yoururl.com",
"webAddressId": "SE654AC923222F5H4CQGS77V4"
}],
"id": "SE322KT223222D5FJ7TJN2986"
} |
ENDPOINTS