Logo
Adyen APIs API Documentation

Get all payment methods

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

Returns details for all payment methods of the merchant account 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 
storeId
string The unique identifier of the store for which to return the payment methods.
businessLineId
string The unique identifier of the Business Line for which to return the payment methods.
pageSize
number The number of items to have on a page, maximum 100. The default is 10 items on a page.
pageNumber
number The number of the page to fetch.



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status



Curl
curl -X GET 'https://management-test.adyen.com/v3/merchants/:merchantId/paymentMethodSettings?storeId=storeId_example&businessLineId=businessLineId_example&pageSize=56&pageNumber=56' -H 'Accept: application/json'

ENDPOINTS