#JayP
1 messages · Page 1 of 1 (latest)
Hi there
The Description will always be on the receipt
You can use multiple key value pairs for metadata, why is that not sufficient here?
It's an issue relating to GDPR and PII. Essentially we have some custom PII data which is recorded in metadata and some custom non-PII data which we would like to record separately so that we can load it into a non-GDPR server via Fivetran
If we store PII and non-PII data in metadata its challenging for us to transform without loading it into our data-warehouse
Both but we could look into storing PII in Intents metadata and non-PII in Charges metadata if that was your suggestion
Yeah was going to recommend something like that
Basically if you store metadata on a PaymentIntent before it is successfully confirmed, then that metadata will get carried down to the Charge
But after the PaymentIntent is confirmed and the Charge is created, you could update metadata on the objects individually and it will stay separate
I'll look into that. Thanks!