How to interact with the Django, jquery and Balanced Payments API forms to create customer accounts?

I am new to Balanced Payments and jquery, and also relational for Django. Anyway, I'm trying to figure out how to set up buyer and merchant billing accounts using Django and balanced forms. Js and examples / documents provided by Balanced Payments. However, I do not quite understand what exactly confirms. I thought the form used jquery to interact with Balanced Payments to validate the data before allowing form submission, but now I understand that the form is somehow passed to Balanced Payments, which then calls the javascript callback function, which then should process the dispatch action based on the results of Balanced Payments.

Anyway, is anyone doing this already? A working example will be incredibly useful - more useful than trying to combine things from different documents.

Python docs for setting up Balanced Payments customer accounts are here: https://www.balancedpayments.com/docs/python/buyer

And someone posted an example of HTML and javascript here: https://gist.github.com/2662770

Thank!

+5
source share
2 answers

While we expect Murph to provide a working example, I will describe the process for you.

[MEGA EDIT]

Balanced now provides a quick demo site for Django. Check out django-balanced on Github to learn how to integrate Balanced and Django.

+2

. JQuery , uri JQuery Django ( ). uri , /, , ..

, !

+1

All Articles