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.

Request Body

{"service"=>"paymentProcessing", "industryCode"=>"339E", "salesChannels"=>["eCommerce", "ecomMoto"], "legalEntityId"=>"LE00000000000000000000001", "webData"=>[{"webAddress"=>"https://yoururl.com"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"service":"paymentProcessing","industryCode":"339E","legalEntityId":"LE00000000000000000000001","salesChannels":["eCommerce","ecomMoto"],"webData":[{"webAddress":"https://yoururl.com","webAddressId":"SE654AC923222F5H4CQGS77V4"}],"id":"SE322KT223222D5FJ7TJN2986"}