Skip to content

Instantly share code, notes, and snippets.

@nodesocket
Created June 20, 2013 22:22
Show Gist options
  • Save nodesocket/5827256 to your computer and use it in GitHub Desktop.
Save nodesocket/5827256 to your computer and use it in GitHub Desktop.
var cardData = {
"name": "Bernhard Riemann", // Optional
"card_number": "4111 1111 1111 1111",
"expiration_month": 4,
"expiration_year": 2014,
};
balanced.card.create(cardData, callbackHandler);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment