Logo
Adyen APIs API Documentation

Get payment method details

GET {{baseUrl}}/merchants/:merchantId/paymentMethodSettings/:paymentMethodId

Returns details for the merchant account and the payment method identified in the path. To make this request, your API credential must have the following role: * Management API—Payment methods 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/paymentMethodSettings/:paymentMethodId' -H 'Accept: application/json'

ENDPOINTS