[AlphaCommerceHub] The PayPal's `CapturePayment` transaction is broken again since 2017-12-14: «Internal Processing Error please resend the request»

1. Request

{
    "Header": {
        "MerchantID": "ANTERIOR001",
        "TransactionType": "CapturePayment",
        "UserID": "<...>",
        "Version": "2"
    },
    "Transaction": {
        "Amount": "168950",
        "Currency": "AUD",
        "MerchantTxnID": "1214R.786",
        "Method": "PP"
    },
    "Wallet": {
        "WalletID": "7EY65DU75L82G"
    }
}

2. Response

{
    "Banks": null,
    "Country": null,
    "DocumentResults": null,
    "EmailChecks": null,
    "FraudChecks": null,
    "GeoChecks": null,
    "Result": {
        "Amount": "168950",
        "Currency": "AUD",
        "custom1": null,
        "custom2": null,
        "custom3": null,
        "custom4": null,
        "custom5": null,
        "MerchantID": "ANTERIOR001",
        "MerchantTxnID": "1214R.786",
        "PaymentID": "107157719",
        "ResponseCode": "1059",
        "ResponseMessage": "Internal Processing Error please resend the request",
        "ResponseTimestamp": "14122017130204"
    },
    "ShippingService": null,
    "TaxResultLines": null
}

Can you retry