# File lib/active_merchant/billing/gateways/authorize_net_cim.rb, line 125
      def create_customer_payment_profile(options)
        requires!(options, :customer_profile_id)
        requires!(options, :payment_profile)
        requires!(options[:payment_profile], :payment)
        
        request = build_request(:create_customer_payment_profile, options)
        commit(:create_customer_payment_profile, request)
      end