StoreLocatorResponse
Store locator data
idnumber
Shop ID
Example:
3713distributorIdnumber
Distributor ID
Example:
78shopIdnumber
Shop identifier
Example:
00000938namestring
Shop name
Example:
Agip Tankstelleaddressstring
Street address
Example:
Allgäuer Str. 66citystring
City
Example:
Reutterecommendedboolean
Whether the shop is recommended
Example:
falsezipCodestring
ZIP code
Example:
6600countryCodestring
Country code
Example:
ATlongitudenumber
Longitude coordinate
Example:
10.72036517latitudenumber
Latitude coordinate
Example:
47.49912168phonestringnullable
Phone number
Example:
+43123123123logoUrlstring
Logo URL
Example:
https://www.paysafecard.com/include/posicon/special/www.orf.atlogoThumbnailUrlstring
Logo thumbnail URL
Example:
https://www.paysafecard.com/include/posicon/special/www.orf.atpointOfSaleType object
Point of sale type
idnumber
Example:
697747namestring
Example:
default.giflogoFilePathstring
Example:
default.gifidAsStringstring
Example:
697747pointOfSaleProducts object[]
Available products
Array [
shortNamestring
Example:
mdllongNamestring
Example:
mdirectloadproductCodestring
Example:
023]
pointOfSaleRatingsobject[]
Point of sale ratings
excludedBystringnullable
Excluded by identifier
distanceFromOriginnumber
Distance from origin coordinates in meters
Example:
252moneyFlowDirectionsstring[]
Supported money flow directions
Example:
["IN"]openingHoursstring
Opening hours in JSON format
Example:
{"monday":{"open":[{"begin":"07:00","end":"19:00"}]}}shopImageUrlstring
Shop image URL
Example:
https://lh3.googleusercontent.com/places/ANXAkqEaHyGq1rhKY_AFNc9mZbgP0FH2bQaovyE5e4ICxUZwVf3K21LPZVey1D3HgRhQUw4QeLzDUj7V-PfxFNpy8HoRpBChgPD-09w=s1600-w600variableDenominationsstring
Variable denominations information
Example:
10 - 150 EURstoreLocatorMessagestringnullable
Store locator message
excludeFromTransactionboolean
The payment point's transaction exclusion based on max transaction amount.
Example:
falseStoreLocatorResponse
{
"id": "3713",
"distributorId": "78",
"shopId": "00000938",
"name": "Agip Tankstelle",
"address": "Allgäuer Str. 66",
"city": "Reutte",
"recommended": false,
"zipCode": "6600",
"countryCode": "AT",
"longitude": "10.72036517",
"latitude": "47.49912168",
"phone": "+43123123123",
"logoUrl": "https://www.paysafecard.com/include/posicon/special/www.orf.at",
"logoThumbnailUrl": "https://www.paysafecard.com/include/posicon/special/www.orf.at",
"pointOfSaleType": {
"id": "697747",
"name": "default.gif",
"logoFilePath": "default.gif",
"idAsString": "697747"
},
"pointOfSaleProducts": [
{
"shortName": "mdl",
"longName": "mdirectload",
"productCode": "023"
},
{
"shortName": "psc",
"longName": "paysafecard",
"productCode": "001"
}
],
"pointOfSaleRatings": [
{}
],
"excludedBy": "string",
"distanceFromOrigin": 252,
"moneyFlowDirections": [
"IN"
],
"openingHours": "{\"monday\":{\"open\":[{\"begin\":\"07:00\",\"end\":\"19:00\"}]}}",
"shopImageUrl": "https://lh3.googleusercontent.com/places/ANXAkqEaHyGq1rhKY_AFNc9mZbgP0FH2bQaovyE5e4ICxUZwVf3K21LPZVey1D3HgRhQUw4QeLzDUj7V-PfxFNpy8HoRpBChgPD-09w=s1600-w600",
"variableDenominations": "10 - 150 EUR",
"storeLocatorMessage": "string",
"excludeFromTransaction": false
}