def authorize(customer, credit_card, amount, options = {})
        data = transaction_data('auth', {
          :customer_vault_id => credit_card.to_vaulted_billing.vault_id,
          :amount => amount
        })