Logo
Adyen APIs API Documentation

Get a payout setting

GET {{baseUrl}}/merchants/:merchantId/payoutSettings/:payoutSettingsId

Returns the payout setting identified in the path. 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—Payout account settings read

 

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/payoutSettings/:payoutSettingsId' -H 'Accept: application/json'

ENDPOINTS