[AlphaCommerceHub] Neither the documentation nor the API Explorer provides a sample of the `CapturePayment` transaction for a bank card payment

The «API Integration Guide(Nov 2017)» provides only a sample of the AuthPayment transaction:

developer.alphacommercehub.com.au/docs/api-integration-guidenov-2017#sample-xml-request-message

The «API Explorer» lists the CapturePayment transaction only for:

Here is an example

<TransactionRequest>
	<Header>
		<UserID>123</UserID>
		<MerchantID>ANTERIOR001</MerchantID>
		<TransactionType>CapturePayment</TransactionType>
		<Version>2</Version>
	</Header>
	<Transaction>
		<MerchantTxnID>23011619</MerchantTxnID>
		<Currency>AUD</Currency>
		<Amount>5000</Amount>
		<ChannelType>07</ChannelType>
		<Method>CC</Method>
	</Transaction>
</TransactionRequest>

@Steve_Rivas might be worth adding to API explorer