For security reasons, payment method configurations can be define in the site's setting.php file instead of storing them in the database using the code below.
$conf['payment_method_instance_id']['settings']['property'] = 'value';
Example:$conf['authnet_aim|commerce_payment_authnet_aim']['tran_key'] = 'YourTransactionKey';