Logo
Adyen APIs API Documentation

Get terminal settings

GET {{baseUrl}}/merchants/:merchantId/terminalSettings

Returns the payment terminal settings that are configured for the merchant account identified in the path. These settings apply to all terminals under the merchant account unless different values are configured at a lower level (store or individual terminal). To make this request, your API credential must have one of the following roles: * Management API—Terminal settings read * Management API—Terminal settings read and write

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





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

ENDPOINTS