handleSubmit: function(e) {
    e.preventDefault();
    var props = this.createAttributesObject(this.$('#create-payment').serializeArray());
    var payment = this.collection.create(props, { wait: true });