additionalCOFData
The additionalCOFData element is an optional child of the authorization, sale, and captureGivenAuth elements, which you use to define additional Card on File data, including information for Visa installments and the Visa Buy Now, Pay Later program.
Parent Elements:
authorization, sale, captureGivenAuth
Attributes:
None
Child Elements:
totalPaymentCount, paymentType, uniqueId, frequencyOfMIT, validationReference, sequenceIndicator
Example: additionalCOFData Structure
<additionalCOFData>
<totalPaymentCount>Total number of payments</totalPaymentCount>
<paymentType>Fixed Amount or Variable Amount</paymentType>
<uniqueId>Id of payment in stream</uniqueId>
<frequencyOfMIT>Frequency of Merchant Initiated Txn</frequencyOfMIT>
<validationReference>Cryptogram from validation source</validationReference>
<sequenceIndicator>Identifies which payment in installment sequence</sequenceIndicator>
</additionalCOFData>