curl --location --request GET 'https://sandbox.api.confirmapay.com//v1/payment-channel//stores//payment-methods?amount' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"type": "string",
"minPurchaseLimit": 0,
"maxPurchaseLimit": 0,
"minApplicationLimit": 0,
"maxApplicationLimit": 0,
"enabledCustomers": [
"string"
]
}
],
"description": {
"code": "string",
"message": "string"
},
"narrative": {
"code": "string",
"message": "string"
}
}