Logo
Adyen APIs API Documentation

Request to activate a merchant account

POST {{baseUrl}}/merchants/:merchantId/activate

Sends a request to activate the merchant account identified in the path. You get the result of the activation asynchronously through a merchant.updated webhook. Once the merchant account is activated, you can start using it to accept payments and payouts. 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 
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://management-test.adyen.com/v3/merchants/:merchantId/activate' -H 'Accept: application/json'

ENDPOINTS