Skip to main content

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: GB
store_numberstring

Distributor ID and external shop ID.

Example: 7009550_000000000051649
titlestring

Store name.

Example: cheam village news
street_and_nostring

Store address.

Example: 35 station way
zipcodestring

Store ZIP code.

Example: SM3 8SD
citystring

Store city.

Example: Sutton Surrey
latnumber<double>

Store latitude coordinate.

Example: 51.35677
lngnumber<double>

Store longitude coordinate.

Example: -0.21603
PaysafeCash 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
}