[PostFinance] An example of a webhook notification («Direct HTTP server-to-server request») about a successfully captured PayPal payment

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

{
    "AAVCheck": "NO",
    "ACCEPTANCE": "test123",
    "amount": "1395.34",
    "BRAND": "PAYPAL",
    "CARDNO": "testpa-XXXXXXXX-om",
    "CCCTY": "99",
    "CN": "Smith  John",
    "currency": "CHF",
    "CVCCheck": "NO",
    "ECI": "7",
    "ED": "",
    "IP": "92.243.166.8",
    "IPCTY": "RU",
    "NCERROR": "0",
    "orderID": "829L-ORD-2017/08-01063",
    "PAYID": "3024208580",
    "PAYIDSUB": "0",
    "PM": "PAYPAL",
    "SHASIGN": "D81FB057380777EDC6C3858238D6BFC8F3E14D27",
    "STATUS": "9",
    "TRXDATE": "08/29/17",
    "VC": ""
}

See also: