Skip to main content

StoreLocatorResponse

Store locator data

idnumber

Shop ID

Example: 3713
distributorIdnumber

Distributor ID

Example: 78
shopIdnumber

Shop identifier

Example: 00000938
namestring

Shop name

Example: Agip Tankstelle
addressstring

Street address

Example: Allgäuer Str. 66
citystring

City

Example: Reutte
recommendedboolean

Whether the shop is recommended

Example: false
zipCodestring

ZIP code

Example: 6600
countryCodestring

Country code

Example: AT
longitudenumber

Longitude coordinate

Example: 10.72036517
latitudenumber

Latitude coordinate

Example: 47.49912168
phonestringnullable

Phone number

Example: +43123123123
logoUrlstring

Logo URL

Example: https://www.paysafecard.com/include/posicon/special/www.orf.at
logoThumbnailUrlstring

Logo thumbnail URL

Example: https://www.paysafecard.com/include/posicon/special/www.orf.at
pointOfSaleType object

Point of sale type

idnumber
Example: 697747
namestring
Example: default.gif
logoFilePathstring
Example: default.gif
idAsStringstring
Example: 697747
pointOfSaleProducts object[]

Available products

  • Array [
  • shortNamestring
    Example: mdl
    longNamestring
    Example: mdirectload
    productCodestring
    Example: 023
  • ]
  • pointOfSaleRatingsobject[]

    Point of sale ratings

    excludedBystringnullable

    Excluded by identifier

    distanceFromOriginnumber

    Distance from origin coordinates in meters

    Example: 252
    moneyFlowDirectionsstring[]

    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-w600
    variableDenominationsstring

    Variable denominations information

    Example: 10 - 150 EUR
    storeLocatorMessagestringnullable

    Store locator message

    excludeFromTransactionboolean

    The payment point's transaction exclusion based on max transaction amount.

    Example: false
    StoreLocatorResponse
    {
    "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
    }