virtualGiftCard

The virtualGiftCard element is an optional child of the activate transaction. You include this element when you are requesting a Virtual Gift Card.

In an early iteration of schema V8.22 issued in September of 2013 the accountNumberLength and giftCardBin child elements were defined as optional. If you coded to the earlier version, be aware that these elements are now required children of virtualGiftCard. If you do not include these elements, the transaction will fail XML validation.

Parent Elements:

activate

Attributes:

None

Child Elements (all required):

accountNumberLength, giftCardBin

Example:  virtualGiftCard Structure

<virtualGiftCard>

  <accountNumberLength>Length of Virtual Card Number</accountNumberLength>

  <giftCardBin>Requested BIN of Virtual Gift Card</giftCardBin>

</virtualGiftCard>