{% extends "base.html" %} {% block title %} Gchecky demo Django application {% endblock %} {% block page %}
Welcome to gchecky library demo!
This is a simple Django application that demonstrates how to easily implement a custom order processing system in python using Google Checkout, Django and gchecky.
Gchecky library is free to use and its open source.
If you want to integrate Google Checkout into your order processing system written in python — feel to contact us at gchecky+job.offer@gmail.com for any job offer.
This demo uses sandbox which means, that no money transfer is taking place.
To use the demo you will need a buyer sanbox account (Google Checkout sandbox).
While registering for a new buyer sandbox account use these card numbers:
Card Type | Card Number | CVC | Expiration Date |
---|---|---|---|
American Express | 3782 8224 6310 005 | any four digits | any future date |
Discover | 6011 1111 1111 1117 | any four digits | any future date |
MasterCard | 5555 5555 5555 4444 | any four digits | any future date |
VISA | 4111 1111 1111 1111 | any four digits | any future date |
Taken from official Getting Started with Google Checkout guide.
{% endblock page %} {% block sidebar %} {% endblock sidebar %}