<?xml version="1.0" encoding="UTF-8"?>
<StoredValueRedeemReply
xmlns="http://api.gsicommerce.com/schema/checkout/1.0">
<PaymentContext>
<OrderId>123456</OrderId> (1)
<PaymentAccountUniqueId
isToken="true">123abc</PaymentAccountUniqueId> (2)
</PaymentContext>
<ResponseCode>Success</ResponseCode>
<AmountRedeemed
currencyCode="USD">12.34</AmountRedeemed> (3)
<BalanceAmount
currencyCode="USD">56.78</BalanceAmount>
</StoredValueRedeemReply>