[PostFinance] An example of a webhook notification («Direct HTTP server-to-server request») about capturing a preauthorized bank card payment from the PostFinance merchant interface

{
    "ACCEPTANCE": "testoff",
    "amount": "1395.34",
    "BRAND": "VISA",
    "CARDNO": "XXXXXXXXXXXX4242",
    "CN": "Dmitry Fedyuk",
    "currency": "CHF",
    "ED": "0320",
    "IP": "92.243.166.8",
    "NCERROR": "",
    "orderID": "831-ORD-2017/08-01079",
    "PAYID": "3024295851",
    "PAYIDSUB": "1",
    "PM": "CreditCard",
    "SHASIGN": "4FDCB4975F68B6C3EABDBEE36F0A0600D8908915",
    "STATUS": "9",
    "TRXDATE": "08/31/17"
}

Note that a notification about a successfully captured payment has "STATUS": "9".

See also: