I am using ActiveZuora Ruby gem Trying to add check payment to the existing account without payment (default payment method nil) payment_method = ActiveZuora::PaymentMethod.new(account_id: '<some id>', type: 'Check') payment_method.save! RuntimeError: Could Not Save Zuora Object: Can not create an electronic payment method with type: Check
... View more