Receipt

Print this page or check your email for a receipt.

Idaho.gov State of ID will appear on your statement for this transaction. Thank you for your business.

Transaction Information

#if( $!reportReceipt )(disabled)#end

#foreach( $cr in $results ) #set( $lnCount = 0 ) #end
PDF File Report # Case ID Date Last Names (Maximum 3) Street City County
Download $!esc.html( $cr.accidentId ) $!esc.html( $cr.caseId ) $!date.format( 'M/dd/yyyy', $cr.crashDate ) #foreach ( $ln in $cr.lastNames ) #if( $lnCount < 3 ) #if ( $lnCount > 0 ) , $ln #else $ln #end #end #set( $lnCount = $lnCount + 1 ) #end $!esc.html( $cr.street ) $!esc.html( $cr.city ) $!esc.html( $cr.county )
#if ( !$!isExempt ) #if ( $!results.size() > 1 ) #set ( $count = 'reports' ) #else #set ( $count = 'report' ) #end

$!results.size() $!count in your transaction:

Total Amount
$!esc.html( $number.currency( $trans.cost ) )
Transaction ID
$!esc.html( $trans.id )
Date Authorized
$!esc.html( $date.format( "M/d/yyyy K:m a", $trans.createdDate ) )
Billed To
$!esc.html( $trans.paymentMethod.billingName )
#end #if ( $!reportReceipt ) #set ( $repLink = '#' ) #end

« Search Again

#if ( $!history )

Your Transaction History

#foreach ( $h in $history ) #if ( !$h.transactionId || $h.transactionId != $!trans.id ) #end #end
Transaction ID Date Number of Reports Transaction Total
#if ( !$h.transactionId )EXEMPT #else $!esc.html( $h.transactionId ) #end $!esc.html( $date.format( 'M/dd/yyyy', $h.accessDate ) ) $!esc.html( $h.reportCount) $!esc.html( $number.currency( $h.transactionTotal ) )
#end