I have a form which calls upon an ASP script which actually processes the payment through our bank. Then based on a variable located on the first form redirect to a different page (a custom receipt more or less). What I need is to access the transaction object and its properties on the receipt page. Well, it seems I can pass the object (on the receipt, IsObject is true) none of the properties are accessable).