2. Detail
You can obtain the details of your Physical POS connections through this service.
Parameter
Type
Compulsory
Description
Parameter
Type
Description
{
"Result": {
"Id": "70b2190b-e47b-455f-b05e-8c132a05534c",
"Name": "Varsayılan 1",
"DisplayName": "Paywall Uygulamam",
"BrandId": 10,
"ProviderId": 10,
"RegionId": 1,
"EndOfDayId": 10,
"IsReporting": true,
"IsAsyncPayment": true,
"IsSocketPayment": false,
"IsConnected": true,
"IsDelete": false,
"IsProd": false,
"ServiceParameters": { // Provider-specific Key/Value
"Reporting_ApiKey": "***", // It is returned in the Response.
"Reporting_ApiToken": "***", // It is returned in the Response.
"AsyncPayment_ApiKey": "***", // It is returned in the Response.
"AsyncPayment_ApiToken": "***" // It is returned in the Response.
}
},
"Failed": false,
"Message": null,
"ClientMessage": null,
"Succeeded": true
}Last updated