partialCapture
The partialCapture
element, through its child elements, defines the number of partial captures that you plan to use against a single authorization, as well as where in the sequence of captures this partial capture exists. Marketplaces use this element when they issue a single Auth, but multiple vendors receive the capture/settlement. When the sequence number = the total count the system assumes you have completed all partial captures.
You must also set the partial attribute (capture) to true.
Parent Elements:
Attributes:
None
Child Elements: (all Optional)
partialCaptureSequenceNumber, partialCaptureTotalCount
Example: partialCapture Structure
<partialCapture>
<partialCaptureSequenceNumber>1</partialCaptureSequenceNumber>
<partialCaptureTotalCount>5</partialCaptureTotalCount>
</partialCapture>