HI @matheusfd,
I tried to dive a bit more and I think it is due to the FFM add-on which uses labels or names of fields instead of meta-keys to send metadata to stripe. As translation of the site is made, it changes label and names of fields and create multiple metadata in stripe.
I explore 2 solutions:
- using stripe address fields which is forwarded as cards metadata
- using the code snippets library to check if I am able to prepend metadata using meta_key instead of labels.
If you have any other ideas, I’m interested. I’ll keep this post updated as soon as I have a working solution 🙂