PaysafeCash Webhook Notification
timestampinteger<int64>required
Unix timestamp in milliseconds representing the event time.
Example:
1539920400647eventTypePaysafeCash Webhook Event Type (string)required
Possible values: [PAYMENT_CAPTURED, PAYMENT_EXPIRED, PAYMENT_DECLINED, MONEY_HANDOVER, MONEY_RETURNED]
Example:
PAYMENT_CAPTUREDversionstringrequired
Webhook signature key version.
Example:
2data objectrequired
midstringrequired
Merchant ID and/or sub-merchant ID.
Example:
1000000312mtidstringrequired
Payment identifier.
Example:
pay_1000000312_kvQwaSARVDlZm2yxRVNaCYZObI5Xcd40_EURcashtie_referencestring
Settlement ID sent by the InComm processing partner.
Example:
2918727923decline_reason object
reason_codestringrequired
Decline reason code.
Example:
Screening declinepoint_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:
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 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
}
}
}