PaysafeCash Webhook Point Of Sale
countrycodestring
Two-letter ISO 3166-1 country code.
Possible values: >= 2 characters and <= 2 characters, Value must match regular expression ^[A-Z]{2}$
Example:
GBstore_numberstring
Distributor ID and external shop ID.
Example:
7009550_000000000051649titlestring
Store name.
Example:
cheam village newsstreet_and_nostring
Store address.
Example:
35 station wayzipcodestring
Store ZIP code.
Example:
SM3 8SDcitystring
Store city.
Example:
Sutton Surreylatnumber<double>
Store latitude coordinate.
Example:
51.35677lngnumber<double>
Store longitude coordinate.
Example:
-0.21603PaysafeCash Webhook Point Of Sale
{
"countrycode": "GB",
"store_number": "7009550_000000000051649",
"title": "cheam village news",
"street_and_no": "35 station way",
"zipcode": "SM3 8SD",
"city": "Sutton Surrey",
"lat": 51.35677,
"lng": -0.21603
}