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

Request

{
    "Header": {
        "MerchantID": "ANTERIOR001",
        "TransactionType": "CapturePayment",
        "UserID": "<...>",
        "Version": "2"
    },
    "Transaction": {
        "Amount": "161000",
        "Currency": "AUD",
        "MerchantTxnID": "1208L.769",
        "Method": "PP"
    },
    "Wallet": {
        "WalletID": "7EY65DU75L82G"
    }
}

Response

{
    "Banks": null,
    "Country": null,
    "DocumentResults": null,
    "EmailChecks": null,
    "FraudChecks": null,
    "GeoChecks": null,
    "MethodResult": {
        "custom1": null,
        "custom2": null,
        "custom3": null,
        "custom4": null,
        "custom5": null
    },
    "ProviderResps": {
        "ProviderResp": [
            {
                "ProviderName": "Paypal",
                "ProviderOrder": "1",
                "ProviderReference": "93978163W65572340",
                "ProviderResponseMessage": "Success"
            }
        ]
    },
    "Result": {
        "Amount": "161000",
        "Currency": "AUD",
        "custom1": null,
        "custom2": null,
        "custom3": null,
        "custom4": null,
        "custom5": null,
        "MerchantID": "ANTERIOR001",
        "MerchantTxnID": "1208L.769",
        "ResponseCode": "1000",
        "ResponseMessage": "Request successful",
        "ResponseTimestamp": "08122017093301"
    },
    "ShippingService": null,
    "TaxResultLines": null
}