Logo
Adyen APIs API Documentation

Get a split configuration

GET {{baseUrl}}/merchants/:merchantId/splitConfigurations/:splitConfigurationId

Returns the split configuration specified in the path. To make this request, your API credential must have the following role: * Management API - SplitConfiguration 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/splitConfigurations/:splitConfigurationId' -H 'Accept: application/json'

ENDPOINTS