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

Request Params

KeyDatatypeRequiredDescription
storeIdstringThe unique identifier of the store for which to return the payment methods.
businessLineIdstringThe unique identifier of the Business Line for which to return the payment methods.
pageSizenumberThe number of items to have on a page, maximum 100. The default is 10 items on a page.
pageNumbernumberThe number of the page to fetch.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring