ProcessCaptureFunds

Description

This class takes an invoice ID as a parameter and creates an inverse invoice with the exact amounts only negative instead of positive to account to credit notes that EU tax laws require. Something similar to the following XML should be passed to dispatchMBAPI() when you want to call the ProcessCaptureFunds command:

Attributes

package
modernbill
subpackage
mbapi
version
0.1

Example Request

	<mbapi>
		<command><!-- None --></command>
		<showXMLHeader><!-- None --></showXMLHeader>
		<params>
			<transactionID><!-- None --></transactionID>
			<key><!-- None --></key>
		</params>
	</mbapi>

		

Example Response

None
		

Request Elements

mbapi
Type
None
Description
None
Children
command
Type
None
Description
None
showXMLHeader
Type
None
Description
None
params
Type
None
Description
None
Children
transactionID
Type
None
Description
None
key
Type
None
Description
None

Response Elements

None