[AlphaCommerceHub] A PayPal's `PaymentStatus` API request, and a response to it

Request

{
    "Header": {
        "MerchantID": "ANTERIOR001",
        "TransactionType": "PaymentStatus",
        "UserID": "<...>",
        "Version": "2"
    },
    "Transaction": {
        "Amount": "169000",
        "Currency": "AUD",
        "MerchantTxnID": "1208L.772",
        "Method": "PP"
    }
}

Response

{
    "Banks": null,
    "Country": null,
    "DocumentResults": null,
    "EmailChecks": null,
    "FraudChecks": null,
    "GeoChecks": null,
    "MethodResult": {
        "AVSStreetResult": "Confirmed",
        "custom1": null,
        "custom2": null,
        "custom3": null,
        "custom4": null,
        "custom5": null,
        "SecureToken": "EC-3LW070173B843882E",
        "WalletID": "7EY65DU75L82G"
    },
    "PayerDetails": {
        "City": "San Jose",
        "Country": "US",
        "Custom1": "Confirmed",
        "Custom2": "test-buyer@mage2.pro",
        "CustomerFirstName": "Dmitry",
        "CustomerName": "Fedyuk",
        "State": "CA",
        "Street1": "1 Main St",
        "Zip": "95131"
    },
    "ProviderResps": {
        "ProviderResp": [
            {
                "ProviderName": "Paypal",
                "ProviderOrder": "1",
                "ProviderResponseMessage": "Success"
            }
        ]
    },
    "Result": {
        "Amount": "169000",
        "Currency": "AUD",
        "custom1": null,
        "custom2": null,
        "custom3": null,
        "custom4": null,
        "custom5": null,
        "MerchantID": "ANTERIOR001",
        "MerchantTxnID": "1208L.772",
        "ResponseCode": "1000",
        "ResponseMessage": "Request successful",
        "ResponseTimestamp": "11122017073138"
    },
    "ShippingAddress": {
        "City": "San Jose",
        "Country": "US",
        "CustomerName": "Dmitry Fedyuk",
        "State": "CA",
        "Street1": "1 Main St",
        "Street2": "",
        "Zip": "95131"
    },
    "ShippingService": null,
    "TaxResultLines": null
}