curl --location --request GET 'https://sandbox.api.confirmapay.com//v1/payment-channel//configuration-requirements' \
--header 'Authorization: Bearer <token>'{
"data": {
"paymentChannelId": 1,
"displayName": "string",
"submissionType": "string",
"fields": [
{
"fieldName": "string",
"displayName": "string",
"type": "string",
"description": "string",
"required": true,
"isTenantConfiguration": true
}
]
},
"description": {
"code": "string",
"message": "string"
},
"narrative": {
"code": "string",
"message": "string"
}
}