2. List (ByRegion)
You can obtain Physical POS providers through this service.
Parameter
Type
Compulsory
Description
Parameter
Type
Description
{
"Providers": [
{
"Brand": 10,
"Provider": 10,
"Region": 1,
"IsActive": true,
"Name": "Pavo - Papara",
"IsReporting": true,
"IsAsyncPayment": true,
"IsSocketPayment": true,
"ServiceParameters": [
{
"Name": "Reporting_ApiKey",
"Type": "text",
"GroupType": 10,
"Desciption": "Api Key",
"Length": "100",
"IsRequired": true,
"Value": null
},
{
"Name": "Reporting_ApiToken",
"Type": "password",
"GroupType": 10,
"Desciption": "Api Token",
"Length": "100",
"IsRequired": true,
"Value": null
},
{
"Name": "AsyncPayment_ApiKey",
"Type": "text",
"GroupType": 20,
"Desciption": "Api Key",
"Length": "100",
"IsRequired": true,
"Value": null
},
{
"Name": "AsyncPayment_ApiToken",
"Type": "password",
"GroupType": 20,
"Desciption": "Api Token",
"Length": "100",
"IsRequired": true,
"Value": null
}
]
},
{
"Brand": 10,
"Provider": 20,
"Region": 1,
"IsActive": true,
"Name": "Pavo - Vepara",
"IsReporting": true,
"IsAsyncPayment": true,
"IsSocketPayment": true,
"ServiceParameters": [
{
"Name": "Reporting_ApiKey",
"Type": "text",
"GroupType": 10,
"Desciption": "Api Key",
"Length": "100",
"IsRequired": true,
"Value": null
},
{
"Name": "Reporting_ApiToken",
"Type": "password",
"GroupType": 10,
"Desciption": "Api Token",
"Length": "100",
"IsRequired": true,
"Value": null
},
{
"Name": "AsyncPayment_ApiKey",
"Type": "text",
"GroupType": 20,
"Desciption": "Api Key",
"Length": "100",
"IsRequired": true,
"Value": null
},
{
"Name": "AsyncPayment_ApiToken",
"Type": "password",
"GroupType": 20,
"Desciption": "Api Token",
"Length": "100",
"IsRequired": true,
"Value": null
}
]
}
],
"Brands": [
{
"Id": 10,
"Brand": 10,
"Name": "Pavo",
"IsActive": true
}
],
"Regions": [
{
"Id": 1,
"Region": 1,
"Name": "Türkiye",
"IsActive": true
},
{
"Id": 2,
"Region": 2,
"Name": "Amerika",
"IsActive": false
},
{
"Id": 3,
"Region": 3,
"Name": "Global",
"IsActive": false
}
]
}Last updated