Package com.newmediaworks.taglib.payment
package com.newmediaworks.taglib.payment
-
ClassesClassDescriptionThe body of this tag will be processed when the payment was accepted (approved).Provides the amount of the payment to a
PaymentTag
.Captures the funds from a previous authorization-only transaction (fromPaymentTag
withcapture=false
).Provides the CVV2 card security code (three or four digits) to aStoreCreditCardTag
orCreditCardTag
.Provides the card number to either aStoreCreditCardTag
orCreditCardTag
.Provides the connector name for theUseProcessorTag
.Attribute keys used in the payment taglib.Provides a two-digit ISO 3166-1 alpha-2 country code to aStoreCreditCardTag
,CreditCardTag
, orShippingAddressTag
.Provides the token of a stored credit card to aCreditCardTag
.Provides the credit card details to aPaymentTag
.Provides the 3-digit ISO 4217 currency code to aPaymentTag
.Utilities for working withCurrency
.Provides an application-specific customer identifier to either aStoreCreditCardTag
orCreditCardTag
.Provides the Social Security Number (SSN) or Employer Identification Number (EIN) of the customer to either aStoreCreditCardTag
orCreditCardTag
.Provides the duty amount to aPaymentTag
.Provides the email address of the customer to either aStoreCreditCardTag
orCreditCardTag
.The body of this tag will be processed when there was any type of error processing thePaymentTag
,CaptureTag
, orVoidTag
.Provides the expiration month and year to either aStoreCreditCardTag
orCreditCardTag
.Provides the expiration month to either aStoreCreditCardTag
orCreditCardTag
.Provides the expiration year to either aStoreCreditCardTag
orCreditCardTag
.Provides the fax number of the customer to either aStoreCreditCardTag
orCreditCardTag
.Tag library function implementations.Gets the authorization code to display to the customer.Gets the AVS (address verification system) result.Gets the CVV2 (card security code) verification result.Gets the reason for a processing error.Gets the rejected reason for a payment attempt.Gets the review reason for a transaction that has been placed on hold.Gets the per-processor unique transaction ID.The body of this tag will be processed when the payment was held (pending some sort of review).Provides the invoice number of this transaction to aPaymentTag
.Masks a credit card number by only showing the first and last digits, hiding all the middle digits.Provides the masked (partial) card number to aCreditCardTag
.Provides the email address of the merchant to aPaymentTag
.Provides the application-specific unique order number to aPaymentTag
.Provides a connector-specific parameter for theUseProcessorTag
.Processes a credit card transaction.Provides the phone number of the customer to either aStoreCreditCardTag
orCreditCardTag
.Provides utilities to assign properties to the correct tags when the properties exist in multiple places.Provides the purchase order number of this transaction to aPaymentTag
.The body of this tag will be processed when the payment was rejected (declined).Provides the shipping details to aPaymentTag
.Provides the shipping amount to aPaymentTag
.Provides the state/province/prefecture to aStoreCreditCardTag
,CreditCardTag
, orShippingAddressTag
.Stores a credit card number to a bank-provided, CISP-compliant storage mechanism.Provides the tax amount of the payment to aPaymentTag
.Provides the tax exempt flag to aPaymentTag
.Provides the transaction ID to aCaptureTag
orVoidTag
.Selects the processor that will be used for subsequent transactions.Voids a previous transaction (fromPaymentTag
).