Created
June 20, 2013 22:04
-
-
Save nodesocket/5827120 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var cardData = { | |
"name": "Bernhard Riemann", // Optional | |
"card_number": "4111 1111 1111 1111", | |
"expiration_month": 4, | |
"expiration_year": 2014, | |
}; | |
balanced.card.create(cardData, function(response) { | |
alert(response.status); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment