Skip to main content

PaysafeCash Webhook Notification

timestampinteger<int64>required

Unix timestamp in milliseconds representing the event time.

Example: 1539920400647
eventTypePaysafeCash Webhook Event Type (string)required

Possible values: [PAYMENT_CAPTURED, PAYMENT_EXPIRED, PAYMENT_DECLINED, MONEY_HANDOVER, MONEY_RETURNED]

Example: PAYMENT_CAPTURED
versionstringrequired

Webhook signature key version.

Example: 2
data objectrequired
midstringrequired

Merchant ID and/or sub-merchant ID.

Example: 1000000312
mtidstringrequired

Payment identifier.

Example: pay_1000000312_kvQwaSARVDlZm2yxRVNaCYZObI5Xcd40_EUR
cashtie_referencestring

Settlement ID sent by the InComm processing partner.

Example: 2918727923
decline_reason object
reason_codestringrequired

Decline reason code.

Example: Screening decline
point_of_sale object
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 Notification
{
"timestamp": 1539920400647,
"eventType": "PAYMENT_CAPTURED",
"version": "2",
"data": {
"mid": "1000000312",
"mtid": "pay_1000000312_kvQwaSARVDlZm2yxRVNaCYZObI5Xcd40_EUR",
"cashtie_reference": "2918727923",
"decline_reason": {
"reason_code": "Screening decline"
},
"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
}
}
}