curl --location --request GET 'https://sandbox.api.confirmapay.com//v1/payment-channel//stores//payment-method//content?amount&languageCode' \
--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"
],
"legalLinks": [
{
"url": "string",
"type": "string"
}
],
"preview": {
"onlineContent": {
"type": "string",
"data": "string"
}
}
},
"description": {
"code": "string",
"message": "string"
},
"narrative": {
"code": "string",
"message": "string"
}
}