User email change note updating in stripe/mailchimp

Hi,

When a user changes their email address using the [s2Member-Profile /] form, it’s updating OK in wordpress, but not with any integrations.

For stripe, it’s just not updating anything.

For mail-chimp, it’s unsubscribing the original email address, but does not update the new address with any of the merge tags.

Am I missing something in my setup or does s2 not update email addresses with integrations well? Any thoughts on how to get working appreciated!

s2Member should not update an email address at Stripe.

As for MailChimp, the standard s2Member mu_plugin that is used to add merge tags to a new subscriber does not “fire” when a Member changes their profile. I don’t know off-hand the best hook to grab to make the mu_plugin work when the profile is updated. Maybe @KTS915 or @krumch know off-hand.

Agree, s2Member should not update an email address at Stripe - that’s finances, the person may loose access…

In the case you explain, MC sends confirmation email to the new address, and after confirmation will subscribe the member (any-spam protection). Easer MC integration can be done by this plugin, it also synchronizes lot of other member’s info. Otherwise, there is several hooks to check and synchronize the need info, but that’s too specific to be possible to answer…