Get Credit Card Auth Information out of an Order object
Posted: Fri Mar 08, 2013 4:00 pm
I'm writing a routine to build xml files of each order as they come through the PaymentWidget. I am building the order in the following event when e.CheckoutResponse.Success is true:
There is one block of XML I'm having trouble finding how to re-create. It looks like this:
Is this something I can access from the Order object in
Code: Select all
private void HandleCheckoutResponse(object sender, CheckedOutEventArgs e)
Code: Select all
<CardEvents>
<CardAuth auth-response="A" cvv-response="S" amount="130.00" avs-response="YYY" approval-number="11111R"/>
</CardEvents>
Code: Select all
e.CheckoutResponse.Order