unable to display the image meta value as background

Very slight one, see below 🙂

$bgimage= get_post_meta( $post->ID, 'settings_image', true ); ?>
< div style="<?php echo 'background-image: url('.wp_get_attachment_url( $bgimage ).')';?>">

error code: 523