curl --request GET \
--url https://api.myscalev.com/v3/stores/{store_id}/payment-methods \
--header 'Authorization: Bearer <token>'{
"data": [
"<unknown>"
],
"is_paginated": false
}Requires the store:list machine scope.
curl --request GET \
--url https://api.myscalev.com/v3/stores/{store_id}/payment-methods \
--header 'Authorization: Bearer <token>'{
"data": [
"<unknown>"
],
"is_paginated": false
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Legacy numeric business store ID.