I'm new to Balanced Payments and jquery, and relativley new to Django. Anyway, I'm trying to understand how to setup buyer and merchant Balanced Payment accounts using Django forms and the balanced.js and examples/doc provided by Balanced Payments. However, I don't quite understand what's validating what. I thought that the form used jquery to interface with Balanced Payments to validate the data before allowing the form to be submitted, but now I realize that the form is submitted somehow to Balanced Payments, which then calls the javascript callback function, which then needs to process the submit action based on the results from Balanced Payments. I'm new to Balanced Payments and jquery, and re