Logo
Adyen APIs API Documentation

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" }



Curl
curl -X POST 'https://kyc-test.adyen.com/lem/v3/businessLines' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"service":"paymentProcessing","industryCode":"339E","salesChannels":["eCommerce","ecomMoto"],"legalEntityId":"LE00000000000000000000001","webData":[{"webAddress":"https://yoururl.com"}]}'

ENDPOINTS