Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 908 Bytes

Ptsv2paymentsidcapturesProcessingInformationCaptureOptions.md

File metadata and controls

9 lines (6 loc) · 908 Bytes

CyberSource.Ptsv2paymentsidcapturesProcessingInformationCaptureOptions

Properties

Name Type Description Notes
captureSequenceNumber Number Capture number when requesting multiple partial captures for one payment. Used along with totalCaptureCount to track which capture is being processed. For example, the second of five captures would be passed to CyberSource as: - captureSequenceNumber = 2, and - totalCaptureCount = 5 [optional]
totalCaptureCount Number Total number of captures when requesting multiple partial captures for one payment. Used along with captureSequenceNumber which capture is being processed. For example, the second of five captures would be passed to CyberSource as: - captureSequenceNumber = 2, and - totalCaptureCount = 5 [optional]