Logo
Adyen APIs API Documentation

Create a merchant account for an Adyen for Platforms Manage integration

POST {{baseUrl}}/merchants

Creates a merchant account for the company account specified in the request. Use this endpoint if your integration requires it, such as Adyen for Platforms Manage. Your Adyen contact will set up your access. To make this request, your API credential must have the following roles: * Management API—Accounts read and write

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "companyId": "YOUR_COMPANY_ACCOUNT", "legalEntityId": "YOUR_LEGAL_ENTITY_ID", "businessLineId": "YOUR_BUSINESS_LINE_ID", "description": "YOUR_DESCRIPTION", "reference": "YOUR_OWN_REFERENCE", "id": "YOUR_OWN_REFERENCE" }



Curl
curl -X POST 'https://management-test.adyen.com/v3/merchants' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"companyId":"","legalEntityId":"YOUR_LEGAL_ENTITY_ID","businessLineId":"YOUR_BUSINESS_LINE_ID","description":"YOUR_DESCRIPTION","reference":"YOUR_OWN_REFERENCE"}'

ENDPOINTS