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
ENDPOINTS