BACDS American Dance and Music Week — June 28–July 3, 2015 BACDS American Dance and Music Week, June 28–July 3, 2015

AmWeek 2015 Online Payment

\n"; ?>
Please tell us the name of the camper for this payment. Use the "Back" button on your web browser to go back and enter the camper's name. Please select a payment option. Use the "Back" button on your web browser to go back and select the payment option. Please enter a payment amount. Use the "Back" button on your web browser to go back and enter the amount of the payment.

Payment will be handled by Paypal on the Paypal web site. BACDS will never see your credit card or Paypal account information. To make multiple payments on one Paypal transaction, click the "Continue Shopping" button from the Paypal page. Click the "Checkout" button on the Paypal page after you have added all payments individually.

Please verify this information

Camper Name:

Payment Amount: $

Service charge: $

Total Credit Card Charge: $

Your Donation is Tax Deductible!

The Bay Area Country Dance Society (BACDS) is an IRS-authorized 501(c)3 educational organization, so your donation to us is tax-deductible (see your tax consultant for details).

Your donation helps fund the AmWeek Sliding Scale Scholarship program.

Already registered? Make a payment online

Make a payment for AmWeek 2015 online using your Paypal account or a credit card. You do not need to have a Paypal account to use a credit card.

Please note: a service fee will be added to the amount of your payment. Our generous “Sliding Scale” scholarship program means the AmWeek budget does not allow us to absorb the fees charged by Paypal for processing online payments. Just like ticket agencies, we must add a “convenience fee” service charge. To avoid the service charge, mail a check payable to “BACDS”, denominated in US Dollars and drawn on a US bank, to:

BACDS American Week
130 East Grand Ave
South San Francisco, CA 94080-4803

Payment will be handled by Paypal on the Paypal web site. BACDS will never see your credit card or Paypal account information. To make multiple payments on one Paypal transaction, click the "Continue Shopping" button from the Paypal page. Click the "Checkout" button on the Paypal page after you have added all payments individually.

" method="post" >

This Payment is for:

Choose one:

Full Camper Fee

Deposit Only

Other Amount (the service charge will be calculated on the next page)

"> ">

   

\n"; if ($PaymentType == "FullFee") { $PaypalAmount = sprintf("%01.2f", $Fee + $ServiceCharge); $PaypalDescription = "$Description Full Fee for $CamperName"; if($ServiceCharge > 0) { $PaypalDescription .= " (includes convenience fee)"; } } elseif ($PaymentType == "Deposit") { $PaypalAmount = sprintf("%01.2f",$Deposit + $ServiceCharge); $PaypalDescription = "$Description Deposit for $CamperName"; if($ServiceCharge > 0) { $PaypalDescription .= " (includes convenience fee)"; } } elseif ($PaymentType == "OtherAmount") { $PaypalAmount = sprintf("%01.2f",$OtherAmount + $ServiceCharge); $PaypalDescription = "$Description payment for $CamperName"; if($ServiceCharge > 0) { $PaypalDescription .= " (includes convenience fee)"; } } else { $PaypalAmount = sprintf("%01.2f",$Fee + $ServiceCharge); $PaypalDescription = "$Description Full Fee for $CamperName"; if($ServiceCharge > 0) { $PaypalDescription .= " (includes convenience fee)"; } } $PayPalButton = <<< EOD_EOD
EOD_EOD; echo $PayPalButton; } function generatePayPalDonateButton($Description,$Amount) { // generate Donate button for PayPal //echo "Description=\"$Description\", Amount=\"$Amount\"
\n"; $PayPalButton = <<< EOD_EOD
EOD_EOD; echo $PayPalButton; } ?>