This action runs when the payment setting is saved.
do_action('profile_magic_save_payment_setting');
Simple example
function profile_magic_save_new_payment_option() { //do something with the user id when someone removes the profile image here. } add_action( 'profile_magic_save_payment_setting', 'profile_magic_save_new_payment_option');