On This Page 
    Fields Required to Process a Sale with VDC NAB Decryption
    VDC NAB
 DecryptionAs a best practice,
            include these 
REST API
 fields
            in your request for a combined authorization and capture (sale) transaction with the
            VDC NAB
            decryption implementation of Apple Pay.Depending on your processor, your geographic location, and whether
            the relaxed address verification system (RAVS) is enabled for your account,
            some of these fields might not be required.
            It is your responsibility to determine whether an API field can be omitted
            from the transaction you are requesting.
 For information about tbe relaxed requirements for address data and expiration
                dates in payment transactions, see the .- clientReferenceInformation.code
 - orderInformation.amountDetails.currency
 - orderInformation.amountDetails.totalAmount
 - orderInformation.billTo.address1
 - orderInformation.billTo.administrativeArea
 - orderInformation.billTo.country
 - orderInformation.billTo.email
 - orderInformation.billTo.firstName
 - orderInformation.billTo.lastName
 - orderInformation.billTo.locality
 - orderInformation.billTo.postalCode
 - paymentInformation.fluidData.descriptor
 - Format of the encrypted payment data.
 - Set the value toRklEPUNPTU1PTi5BUFBMRS5JTkFQUC5QQVlNRU5Ufor Apple Pay.
 - paymentInformation.fluidData.encoding
 - Encoding method used to encrypt the payment data.
 - Set the value toBase64for Apple Pay.
 - paymentInformation.fluidData.value
 - Set the value to the encrypted payment data value returned by the Full Wallet request.
 - processingInformation.capture
 - Set the value totruefor a sale transaction (to include a capture with the authorization).
 - processingInformation.paymentSolution
 - Set the value to001to identify Apple Pay as the digital payment solution.