createCreditCard : function (userId, token, callbackObject) {
            if (arguments.length >= 2 && (root.Stamplay.isString(arguments[0]) && root.Stamplay.isString(arguments[1]))) {
                return root.Stamplay.makeAPromise({
                    method: 'POST',
                    data: {'token': token},