Make a Payment

Loading Event and Payment Information...
Fees

Fees are charged for processing your payment online. If you wish to avoid a fee, please mail in a check to:
15000 E Beltwood Pkwy Addison
Addison, TX 75001
Credit/Debit card:
{{getorderitems()[0].fee1*100}}%
Bank Account (ACH):
{{getorderitems()[0].fee2*100}}%

Payment Type:
Cart Summary

Items:
{{cart.length}}
Fees:
${{fees.toFixed(2)}}

Total:
${{(cart.reduce((x,y)=>Number(x)+Number(y.amount),0)+fees).toFixed(2)}}
Payment

Pay off:
$
Minimum Due:
$
Other Amount:
$

Billing Address

Street:
City:
State:
Zip:
Events Due

Event
Amount Due
Balance

{{order.name}} - {{order.status}}
${{calcorderduetoday(order)}}
${{calcordertotal(order)}}


Totals:
${{app.vue.totaldue.toFixed(2)}}
${{app.vue.totalopen.toFixed(2)}}
Open Events

Event
Amount Due
Balance

{{order.name}} - {{order.status}}
${{calcorderduetoday(order)}}
${{calcordertotal(order)}}


Totals:
${{app.vue.totaldue.toFixed(2)}}
${{app.vue.totalopen.toFixed(2)}}
Environment: {{app.env}}