Get payment channel merchants
This endpoint fetches stores identified by payment channel
Request Code Samples
curl --location --request GET 'https://sandbox.api.confirmapay.com//v1/payment-channel//merchants' \
--header 'Authorization: Bearer <token>'
Responses
{
"data": [
{
"id": "string",
"name": "string",
"metadata": {
"property1": "string",
"property2": "string"
}
}
],
"description": {
"code": "string",
"message": "string"
},
"narrative": {
"code": "string",
"message": "string"
}
}
Modified at 2025-11-24 05:00:18